-
I have started work on translating the Promises/A+ tests into a format that works with Test262.
I have a branch for this work -- https://github.com/smikes/test262/tree/promises-aplus-tests-1/test/sui…
-
We want to expose these features over time and the best candidate is the `Request` object:
1) Messaging with the service worker's `FetchEvent`.
2) Aborting a fetch.
3) Modifying a fetch on the go (e.…
-
- [x] update a+ tests: https://github.com/promises-aplus/promises-tests/pull/66
- [x] also, give feedback: https://github.com/promises-aplus/promises-tests/issues/15#issuecomment-56127434
-
```
0 info it worked if it ends with ok
1 verbose cli [ 'D:\\Program Files\\nodejs\\\\node.exe',
1 verbose cli 'D:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'insta…
-
Tested in 2.5.0, this does not occur in bluebird 2.4.2
I am not sure what is going wrong, but this is what I reduced my issue to:
``` javascript
function(t)
{
var bar = P.method(function()
{…
-
Dear sir,
Why did node0.12.2's npm2.7.4 fail in install cordova? the installing log shows that the "shasum check" doesn't match.
Who is the WSM and hiding in customer's computer to prevent phonegap …
-
Given the importance of promises to the angularJS way, it is probably worth spending some time considering weaknesses in the $q models:
1) while compliant with much older versions of the promises-apl…
-
With gobble running, grunt build task with gobble fails
-
This just happens from time to time:
``` sh
GOBBLE INFO 1 file changed
GOBBLE ERROR 07-merge transformation failedn running...
============
ENOENT, stat '/Users/marty/ractive/.gobble/04-es6trans…
-
I've been working on bringing a library up to spec and ran into an issue I wanted to get some feedback on.
The spec states that "then must return a promise". However, in quite a few of the 2.3.3 test…