-
As of #103, which was just merged, we have the situation that give
``` js
var prophecy = { then(onFulfilled) { onFulfilled(prophecy); } };
```
then `[[Resolve]](promise, prophecy)` makes `promise` f…
-
# [See full spec here](https://github.com/creationix/js-git/blob/master/specs/simple-stream.md)
## Sinks as object
I think having `{ consume }` or some other name would be nice
``` js
var stream = …
-
See promises-aplus/promises-tests#20, wherein we essentially have this situation:
``` js
var fulfilledPromise = makeFulfilledPromiseFor(5);
var thenableForFulfilled = {
then: function (f, r) {
…
-
[Google Issue #77 : http://code.google.com/haxe/issues/detail?id=77]
by she...@coolpage.com, at 2010-02-13T01:17:42.000Z
Fully generalizes iteration to the functional
programming model:
http://coput…
-
[Google Issue #77 : https://code.google.com/p/haxe/issues/detail?id=77]
by she...@coolpage.com, at 13/02/2010, 01:17:42
Fully generalizes iteration to the functional
programming model:
http://copute…
-
I've seen mentions of a Resolvers/A+, and @ForbesLindesay [mentioned the following](https://github.com/promises-aplus/promises-spec/issues/43#issuecomment-10514016) in #43:
> I'll accept it as not pa…
-
I think we have a number of different components to logging floating around between wai and yesod, and it would be nice to consolidate them together (and maybe add persistent to the mix). As @gregwebs…
-
In your experience, how hard would it be to create a method annotation that wraps said method within a specific anonymous class?
I am using a LINQ re-implementation for Java (that I wrote, link: http…
-
The `find-conflicts` utility reports plenty of dependency conflicts in habs (and consequently in AUR). Because of the sheer size of that list, I haven't been able to verify each and every one of those…
peti updated
13 years ago