-
The latest promises-aplus-tests fail with master. I even converted the `test/pinky-adapter.js` to conform to the `deferred` adapter instead of the `pending` version. Still get over 400 specs that fail…
-
Hiya
It appears that currently Promises are not compliant with http://promises-aplus.github.io/promises-spec/#point-49
Specifically:
```
promise2 = promise1.then(onFulfilled, onRejected);
2.2.7.1 …
-
I’m a library producer, and I’d like my module to have both a cps and a thenable interface. Most of the asynchronous operations will be IO and for this the ability to cancel the promise is really—I me…
yuchi updated
10 years ago
-
The [resolver spec](https://github.com/domenic/promises-unwrapping#promise--resolver-) at line 13 mandates that the resolver has to be called with the _thisArgument_ undefined.
Would it be more usefu…
-
Hi,
Ember: Ember RC6
Ember-data: ember-data-ed99201d561c090fa95cc8739c40bac372924109
Apologies for not using the latest version but I do not have time to upgrade right now. Even more apologies if th…
-
Any ideas why evaluateJSXString returns an empty object
var filename = _generator.evaluateJSXString('app.activeDocument.name;').then(
function(result){
console.log(resul…
-
Hi,
I'm the author of [D.js](https://github.com/malko/D.js) a tiny promise implementation that try to be compliant with the specs. After many attempts I'm still stuck with some (60) failing tests of t…
malko updated
10 years ago
-
@pufuwozu brought up a good point with his article
http://brianmckenna.org/blog/category_theory_promisesaplus
The notion of having a `point` function that takes a value and returns a promise would a…
-
Hello guys,
I have this code:
```
var userPromise = EntityManager.getUserModel().find().exec('find'); // Also tried without the param 'find'
userPromise.then(function(data){
console.log(data) //…
-
I couldn't find a good way to raise issues with the Spotify API, so this tutorial seemed like the best bet.
The Spotify API includes a `Promise` class (see [here](https://developer.spotify.com/docs/a…