Jafar Husain

Results 12 issues of Jafar Husain

Please provide a justification for not using Observable to signal cancellation. The register/unregister mechanism clearly overlaps with the subscribe/unsubscribe methods provided by an Observable and its Subscription. While it's arguable...

As we explore the incremental delivery solution space it's useful to consider the following orthogonal axes independently: * Asynchronous versus synchronous data delivery * Lazy versus eager data resolution **This...

People are attempting to use ES6 templates strings, and are finding that they cannot use linebreaks. Linebreaks can of course be used in JavaScript path expressions, so we should support...

bug

The numbers in falcor path syntax are JSON Numbers. JSON numbers do not allow leading 0's. In other words the following is an illegal JSON number: 07. See json.org for...

One issue with Falcor and React integration is that when you issue a range to the model you get out a response, it's easy to lose the context of what...

enhancement
roadmap
near term

Currently it is very to learn the software because if you do anything wrong you get no feedback whatsoever. We should add assertions to the build that is not minified...

enhancement

Every middleware function must invoke the next argument once it has finished its job. See this article: http://expressjs.com/guide/using-middleware.html Note that when we handle a request we neglect to call the...

If any query string args are invalid, for example invalid JSON in path, we need to catch these errors and send back HTTP 400.

Should be called for each Node error discovered. This will allow us to send error information to the logs. We want the original node error, not the error we generate...