Morgan Cheng

Results 17 issues of Morgan Cheng

I suppose "fall" should be "fail".

Sometimes, it would be good to exempt part of code from coverage report with comments. Like: // blanket: disable Code to be exempted // blanket: enable

In this page, http://xgrommx.github.io/rx-book/content/getting_started_with_rxjs/creating_and_querying_observable_sequences/bridging_to_promises.html The code snippet doesn't work ``` var source2 = Rx.Observable.throwError(new Error('reason')).toPromise(RSVP.Promise); ``` I suppose the `throwError` should be `throw`.

For the time being, `react-server-cli` builds client bundle file for each route, even for route with [JsonResposneMiddleware](https://github.com/redfin/react-server/tree/master/packages/react-server-middleware-json-response) that is actually not a web page. Besides the waste of building bundle...

enhancement

Glad to know that v0.6.0 has support to Redux, but I found that `ReduxAdapter` has trouble working with `combineReducers` which is widely for large applications. There is an example in...

While I edit BTree, I add param with type `Number` to `Priority Condition` node. From time to time, the param automatically turns into `Text` type and breaks the tree logic....

bug

I really appreciate the work, but I found it is hard to connect nodes by drag and drop. It looks I have to point my mouse cursor to the top...

wontfix

Hi, Thanks for your work. I'm currently relying on this statsd backend. According to http://opentsdb.net/metrics.html , " something is a counter, or is naturally something that is a rate, don't...

It would be helpful to show render time just like mobx dev tool.