Tomáš Polomský
Tomáš Polomský
In my opinion correct solution is to remove `next` method. Promise/A+ says that everything in then is called in the next tick so current code behaves like next tick, next...
Hi. I have only one idea, but it didn't solve the actual problem with fake timer ``` module.exports = function maybe (cb, promise) { if (cb) { promise .then(function (result)...
Hi @limulus. It definitely worked for me. I changed return value from `undefined` to `null` and bluebird stopped report it. But my case was probably special, this is part of...
I think the current behaviour is better. Long promise chain does not block IO operations. `setScheduler` can be used to change the behaviour.
It would be fine to have different proxy settings for each environment (e.g. for live no proxy, for devel proxy)
I just spent 4 hours to get to this point, to only find, that fix already exists but waiting for review. But I think that shell parameter should be completely...