-
on version 2.10.2 , bluebird library file `utils.js` has unicode characters that break the node javascript runtime environment. its a pretty serious crashing bug... please see screenshots and console …
-
So, the problems I was describing in issue #2639 seemed to be a result of control flow bugs in selenium-webdriver. And the [changes from the latest 2.48.0 release](https://github.com/SeleniumHQ/seleni…
-
While i am try to install the cordova in windows 7 i am facing the following error in cmd
Error:
C:\Users\knobay>npm install -g cordova
npm ERR! Windows_NT 6.1.7600
npm ERR! argv "C:\Program Files\n…
-
Looking at the doc here https://github.com/JedWatson/react-select#async-options and after having tried a bit, it doesn't seem that `asyncOptions` is able to use promises.
Being able to do something l…
-
https://github.com/zloirock/core-js/blob/master/modules/es6.promise.js#L100-L106
The Promise spec doesn't have this for a good reason, please remove it or at least make it easy to globally disable. T…
-
It would be awesome to have the A+ Promise Spec logo
https://github.com/promises-aplus/promises-spec/blob/master/logo.svg
-
Hi. I'm trying to implement Promises/A+ (not in JS) and need help. (I need to decide could these paragraph be ignored for the flexibility )
1) Can someone point me what was the very first reason of t…
-
I see inconstancy in various implementation for this code snippet:
``` js
new Promise(function(resolve, reject) {
resolve('ok');
})
.then(function(result) {
throw new Error('boo!');
})
.catch(fun…
-
Hello guys,
First of all I know that this spec is for JS, but since its very nice, I wanted to implement it (as close as possible) for C# as a learning process and then use it in the future if I deci…
-
I am writing a Promises A+ implementation (just for fun and in order to understand promises better), but I don't understand what is the purpose of writing my own tests _VS_ using `promises-aplus/promi…
ghost updated
9 years ago