-
Jenkins is consistently failing task `promises_aplus_tests:when`.
*
*
```
17:33:19 + export COMMIT=a16339b8933f115da3661f3d3f64854c3fa60bdc
17:33:19 + node --version
17:33:19 v4.4.5
17:33…
-
Change the evaluation script to introduce random changes to code and how the model detects and fixes them.
-
Hello there!
Thank you for your great work already.
I've encountered some issue which, if it may not be a bug, worths to be reported for other babel users.
Considering the code below, running with …
-
## 本文适用的读者
本文写给有一定Promise使用经验的人,如果你还没有使用过Promise,这篇文章可能不适合你,建议先[了解Promise的使用](http://www.html5rocks.com/zh/tutorials/es6/promises/)
## Promise标准解读
1. 只有一个`then`方法,没有`catch`,`race`,`all`等方法,甚至没有构造函数
…
-
@timmywil How did the jQuery team run the tests described at [jQuery 3.0 Beta Released](http://blog.jquery.com/2016/01/14/jquery-3-0-beta-released/) ?
> **jQuery.Deferred is now Promises/A+ compatibl…
-
1) What version of bluebird is the issue happening on?
`v3.5.1`
2) What platform and version? (For example Node.js 0.12 or Google Chrome 32)
`Node.js 6.8.1` & `Node.js 8.11.1`
3) Did this …
-
[setImmediate](http://dvcs.w3.org/hg/webperf/raw-file/tip/specs/setImmediate/Overview.html) is a W3C proposal for efficiently scheduling an event and yielding to the event loop. If vert.x were to impl…
-
Originally reported by @jzaefferer at: http://bugs.jquery.com/ticket/14510
Discussed this at the jQuery team meeting in Amsterdam: The spec is still changing a lot (within whatwg and draft pages on …
-
Recently i updated my node version to v4.1.2 from v0.12.
I also updated jsdom and jquery node_modules and after that my node program stopped working. I am getting type error "Cannot read property 'op…
-
For tmpvar/jsdom#711, I am working on making it possible to bundle jsdom with browserify. Unfortunately, that's not possible at present for this repo, becuase browserify does not attempt to understand…