Brian Noguchi
Brian Noguchi
I'll take a look at this today. On Thu, Jun 19, 2014 at 12:48 PM, [email protected], wrote: +1. This seriously limits hooks usefulness in 0.3.x. — Reply to this email...
@cdebotton Can you elaborate on some of the "not so fun results" you encountered?
:) Thanks. Before I merge this in, can you submit a pull request that doesn't include this extra "README.md~" file?
Not what I meant by the issue, but I'll add this to the list of enhancements that I want to get to soon. I didn't realize you could change github...
What would you use instead of String?
Add this: ``` javascript var everyauth = require('everyauth'); everyauth.debug = true; ```
@CCVonLewin Thanks for the kick in the butt :) I started a new branch this past wknd. The new branch will support Express 4 and will also simplify some of...
So I finished a [first draft of a re-write of core everyauth](https://github.com/bnoguchi/everyauth/tree/0.5.x) today. See the example/ directory to get a feel for the changes. I only migrated the Facebook login...
There's a branch that already works for express 4.x. I'll document and push info about this tonight and re-post on this thread. ᐧ Brian Noguchi 415.793.2122 On Fri, Nov 28,...
@coalitions Just before the return on line 35 of lib/modules/twitter.js, could you add a `console.log(data);` and `console.trace()`, and then tell me what the output s on the occasional failure? i.e....