-
See https://github.com/promises-aplus/progress-spec/issues/3#issuecomment-11609297. This would replace our current strategy of crashing if `onProgress` throws.
I believe it would be something along t…
-
Request Type: bug
How to reproduce: Include angular and angular-mocks on a page and run this code. Error is printed to the console even though the promise chain is configured to recover from the erro…
-
When I run the grunt package command, I get this error :
```
Running "minall" task
>> build/angular-cookies.js minified into build/angular-cookies.min.js
>> build/angular-loader.js minified into buil…
-
系统:ubuntu 14.04 64 bit
问题:在执行npm install -g hexo-cli命令时,出现错误
log文件:
0 info it worked if it ends with ok
1 verbose cli [ '/home/dacong/.nvm/versions/node/v0.12.7/bin/node',
1 verbose cli '/home/dacon…
-
I think promises/a+ is a lost cause. But DOM Futures is probably not. I thin it would be very useful to have spec outlined and proposed to whoever is working on DOM Futures! I think
the goals of the s…
-
Sourcing from [a when.js issue](https://github.com/cujojs/when/pull/102#issuecomment-13680705):
``` javascript
p.chain(f).chain(g);
p.chain(h);
```
In the presence of side-effects, the order of exec…
-
The current cancellation seems to be the most problematic feature due to some annoying limits in the design:
- Awkward API for attaching the callback that cancels the work (through typed catch handler…
-
Consider an asynchronous HTTP GET method request that returns a promise:
```
- (Promise*)GET:(NSString*)path;
```
Users of this API may want to cancel the underlying asynchronous work, the HTTP requ…
-
Hi! Thank you for your library. What do you think about having a cancel method on instance ?
https://github.com/promises-aplus/cancellation-spec
vogdb updated
9 years ago
-
There are a few categories of tasks.
1. Copying from node_packaegs
2. Replacing text in such copies.
3. Minifying and replacing text in files while producing build.
So, what's the theory on configs.