Nino D'Aversa
Nino D'Aversa
@vwbusguy also thanks for taking the time to make this PR
@vwbusguy how about if here... https://github.com/ndaversa/hubot-jira-bot/blob/356f50c441a5275e199ee38725329ed60e8e08d3/src/adapters/generic.coffee#L70-L71 we did something like this? ``` else if message.author? if user.profile?.email is message.author.emailAddress or message.author.name is user.name ``` In both cases you are passing...
@rbochenski Error: Cannot find module './sqlite3_bindings' at Function._resolveFilename (module.js:334:11) at Function._load (module.js:279:25) at Module.require (module.js:357:17) at require (module.js:368:17) at Object. (/Users/ndaversa/sample/node_modules/sqlite/sqlite.js:19:14) at Module._compile (module.js:432:26) at Object..js (module.js:450:10) at Module.load (module.js:351:31)...
@craig-davis You're right. I think the code could be adapted to support multi-assignees (which as you know, is a recent feature Github introduced). I'm happy to help if you are...
ditto
+1 Suggestion: Probably best to add some detection to ensure the plugin hasn't already been loaded. Or remove either the plugin/autoload directory, since currently it loads the plugin twice (resulting...