Re: [dev-servo] println!("Hello from NCSU");

2019-04-21 Thread Akhilesh Venkatasubramanian
Hi Josh, I tried to run ./mach build --dev and found that there are some problems with passing the vector of values. I can see from servo/target/debug/build/script-ca412800c93d1355/out/Bindings/AudioParamBinding.rs:1273:43 the type should be initialized as Vec> but there are errors in the line 202

Re: [dev-servo] println!("Hello from NCSU");

2019-04-21 Thread Akhilesh Venkatasubramanian
Hi Josh and Manish, We have started work on the subsequent steps for the project as shown here . I have written code for the 1st step which is ti implement a JS API for setvaluecurveAtTime and it can be seen