-
Lets begin this discussion.
What is ember-fetch?
- a wrapper around: https://github.com/github/fetch
- which is a partial polyfil for https://fetch.spec.whatwg.org/
- more info: https://github.com/s…
-
C++ is considering a new primitive called [synchronic](http://wg21.link/n4195) which is similar to [`futex`](http://www.akkadia.org/drepper/futex.pdf) but has a few different tradeoffs, would work bet…
-
This was an oversight. We should definitely spec this so that async await works on Observables out of the box.
the return value of the Observable will be come the resolution of the promise. Likewise …
-
I understand they fit better with C#, but I am not comfortable with how they deviate from JavaScript's iterator and promise designs.
This seems easily fixable, however. Simply execute the executor im…
-
We've been struggling for quite a while now with the issue described and discussed in #14. The original question was: should canceling the subscription result in calling `return` on the observer?
R…
-
Originally reported on Google Code with ID 1987
```
DCP profiles have color matrices and forward matrices.
To make a correct conversion according to the DNG specification the forward matrix
should b…
-
I would like to make the case to the members to consider changing the focus of this group from the development of a binary code to a source code with a binary encoding. The difference might not sound …
ghost updated
8 years ago
-
-
I recently played around with [RAC 3.0](https://github.com/ReactiveCocoa/ReactiveCocoa/pull/1382) and wanted to share some thoughts :) please keep in mind that this is only after a few hours of use, s…
-
Why do the handler arguments to the .then method default to the internal resolve/reject functions? That seems rather weird, since the respective one will now be called twice, the second time with unde…