-
Can this be implemented without promises? Sometimes I have long running client side code that doesn't involve $http or other promise-based calls. Can I still show the spinner (without creating and res…
-
I have managed to set up ng-token-auth to work with rails devise-token-auth. However when I try to sign up and then login the promise doesn't resolve even though the user is successfully created in th…
-
Might be better to use async/await over promises in the API to enhance readability. This could be especially useful in the tests, where were are currently using `chainPromises()` to make the code easi…
-
The `@grpc/proto-loader` package allows for on-demand loading of `.proto` files in order to dynamically create a node server or client. There is a pretty good example here:
https://github.com/grpc/…
-
I am using `AbortController` to abort my promises. However when aborting, rather than immediate rejection of all pending promises, the library continues to throttle and reject ends up taking more time…
-
Now that promises are heavily supported (esp. by anyone using decorators), can they be returned by default?
This should also happen in the Session. I'd like to await a flush/save/any persistence.
-
Seeing as the npm package haven't been updated in two years and the suggestion in the "Readme -> Note" about using native promises when possible still stands, would it make sense to deprecate this pac…
-
I've tried to load `http://arti.commits.to/test_promise` from many browsers, both desktop and mobile. The "Creating your promise..." progress bar consistently stops at 80%.
-
_ = require('underscore.deferred');
var promises = [];
promises.push(new _.Deferred());
_.when(promises)
.done(function(){
console.log('promises done');
})
.fail(fun…
-
It seems like you currently cannot resolve a promise with another one.
This came up in https://github.com/privacycg/storage-access/pull/70.