You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're currently using promisify-node and Q, and talking about adding bluebird. We should probably take a few hours and move everything to one library (which we also need to talk about). I like the idea of bluebird, but that would break a lot of our apis by exposing the unpromisified version in place of the current promisified version, and adding those methods adjacent to the others.