Greg Leuch

Results 3 comments of Greg Leuch

@wddrosa Check your strategies' dependencies. They may be requiring older versions of passport that are causing conflicts with the loaded SessionManager. Not recommended, but if you need a hotfix for...

You can run it through an object and parse accordingly to get string length. Basic example, YMMV. ``` > object checkHelloWildcard javascript var [rs, [str]] = arguments; return rs.reply(rs.currentUser(), `reply...

For those following the CommonJS change suggested in README by adding `.default` in require, reverting back to `const axios = require('axios');` _(removing `.default`)_ works for v1.1.2.