Ehsan Ziya

Results 15 comments of Ehsan Ziya

@davay42 At first glance, it seems like an issue with web workers in the underlying scheduling library 'wa-metro'. My guess is that by installing via npm and including in vue,...

I'm not familiar with those tools you mentioned.. My suggestion would be to try and setup webpack such that it contains the file located here '/node_modules/wa-metro/lib/worker.js/' in the correct location...

There potentially need to be some changes to this library to support webpack.

The thing is that when `wa-metro` was build originally, it was built with `browserify` in mind. Now browserify is not that popular anymore, webpack is also going away. We don't...

still don't get what this library is supposed to do. Although it seems like it should be doing something cool. Documentation would really help me understand.

maybe a little example in the readme to keep people starting? Like how you would make a simple oscillator -> gain -> destination example.

> thanks @zya i'm into this feature! > > a PR would be great and should be relatively simple. You're imagining that the second argument would be passed in entirely...

@nearbydelta `import` statements do not seem to be working still. Not sure what the issue is. To replicate. Create `./test.ts` in the same directory as your notebook. ``` export const...

```` { "compilerOptions": { "target": "es2017", "module": "commonjs", "sourceMap": false, "moduleResolution": "node", "allowJs": false, "lib": [ "es2017", "dom", "esnext.asynciterable" ], "noUnusedLocals": false, "esModuleInterop": true } } ````

`itypescript` version `0.3.5` `tsc` version `3.4.3`