-
Hey all,
I filed this issue with gulp as well. It seems like gulp/via orchestrator uses the existence of a 'done' method on a return object to evaluate whether the task returns a promise -- howeve…
-
Consider the following test case:
``` javascript
var Promise = require('ractive').Promise;
var throw_test = function () {
var p = new Promise(function (resolve, reject) {
throw new Erro…
-
I should probably wait until this portion of the spec is a bit more concrete, but here is a link to a draft: http://wiki.ecmascript.org/doku.php?id=strawman:concurrency.
-
A new "ceylon.promises" module providing:
- the promises API definition
- an implementation for Java backend
vietj updated
10 years ago
-
I have an app that works fine in one context, and fails in another. When the app fails to work, it is because every promise returned from a mongoose query is never fulfilled. If I write code to manual…
-
While trying to install angular from source ran into this:
```
0 info it worked if it ends with ok
1 verbose cli [ 'node', '/usr/local/bin/npm', 'install' ]
2 info using npm@1.4.15
3 info using node@…
-
Please alter Q.getter in both of the following files: `plugins/Q/web/js/Q.js` and `classes/Q.js`
Right now it returns an object with "result" property. Instead, have it return a `Q.Promise`, which yo…
EGreg updated
10 years ago
-
Hey all,
I will file this issue with orchestrator as well. It seems like gulp/via orchestrator uses the existence of a 'done' method on a return object to evaluate whether the task returns a promi…
-
If I chain calls of method `then` like this
``` js
var promise = new Vow.Promise();
promise.then(onSuccess1).then(onSuccess2);
promise.fulfill();
```
both `onSuccess1` and `onSuccess2` are called. A…
-
I was wondering around github and decided to take another look at [pinky](https://github.com/robotlolita/pinky), just to see how it was going. But I stumbled on the fact you abandoned it.
I came here…