Lance Whatley
Lance Whatley
When can this get merged in master?
Fair enough @jonchurch and @dougwilson, I made changes to only return promises if a callback is not provided to prevent unhandled rejections and reinstate returning `this` if a callback is...
Darn, this makes sense @dougwilson. I guess short of implementing a custom `Promise` class that contains properties of the calling session (and each subsequent promise created by `.then`, `.catch`, etc....
https://github.com/mjpearson/passport-slack/pull/44
@greggmojica see the readme updates in #44, just remove identity scopes when using custom scopes (not sure if this package is still updated but if we could merge this it...
Also in https://github.com/mjpearson/passport-slack/pull/44 with some extra info in README about custom scopes and incoming webhook support
I'm late to the party, but I used `ImgWarper` and [face-api.js](https://github.com/justadudewhohacks/face-api.js/) in [my Node.js library](https://github.com/whatl3y/facemorph) to support auto morphing detected faces without needing to manually define points. This obviously doesn't...