Ming Liu

Results 41 comments of Ming Liu

Side effect of this is making upgrade ember-try easier.

I'm getting this too, but it looks like it's fixed on master?

I made a few changes on my local. It looks like skyrocket is mostly usable. This issue is a major blocker. Maybe we can cut a release?

Could be picked up by the JS community? WebAssembly is on all major browsers. Rust to WASM is getting there too. Next is possibly making RxJS faster by compile from...

Not the package's fault, but probably should include some warning that this is expected.

Maybe we can work [start-server-and-test](https://www.npmjs.com/package/start-server-and-test) into the doc somewhere.

Just this one liner in `scripts` should work. ``` // package.json { "scripts": { ... "test": "ember test", "ci": "start-server-and-test 'ember backstop-remote' http://localhost:3000/version test" ... }, "devDependencies": { ... "start-server-and-test":...

Should be. The command kills the server regardless the status of the test.

Yup, that was my first reaction as well. I still like the `Observable.from` from the old proposal

> are you saying that EventTarget would somehow implement a symbol or something that it would recognize? Not my I original thought, but I like it. 😄 The Symbol could...