-
The biggest problem I find with using promises across multiple libraries is the inconsistent implementation of catch/otherwise.
otherwise is allot clearer than then(undefined, function), and makes yo…
-
Hi,
I also put this as a question on [stackoverflow](http://stackoverflow.com/questions/22933452/npm-not-installing-anything-on-a-certain-windows-machine).
I have a weird issue with npm on one of my…
-
I often find myself in situations where this is very useful to extend my APIs without breaking current functionality. I think this kind of feature would make extending any services using `$q` a bit e…
-
My Objective-C isn't fantastic, so I might be totally wrong about this.
But I have some promise [experience](https://github.com/tildeio/rsvp.js/graphs/contributors)
Anyways, a quick skim leaves me c…
-
a Promise should _not_ behave differently when composed or not.
for instance; it should not throw an exception when rejected.
```
var ooo = new Promise();
ooo.reject(5); // thorws!!!
```…
-
I think it would be useful to know which navItem you're on, especially on the guide pages. I'm no designer, but something like this could be useful..
How it is now
![current look](https://cloud.gith…
-
TBQH I was a little disappointed that this didn't wind up calling wreckYourself()
Seriously, though, the if() test on line 146 is never `true`, so the block containing line 147 is never executed.
I …
-
I have run across a bug (thanks to @smikes) in my [native-promise-only](http://github.com/getify/native-promise-only) promise polyfill that is not caught by the current promises/a+ test suite (which N…
-
It would be nice to have $q() create a fulfilled promise like Q does. This is nice for services that return data that could be cached but you always want to return a promise.
``` javascript
getDat…
-
[Ractive.Promise](http://docs.ractivejs.org/latest/promises) promises implementation pass all tests, but fails to convert exceptions to rejections. Here is the test code:
``` javascript
var promisesA…