Anup Dhamala
Anup Dhamala
This feature would be useful for us too, especially if it's supporting languages other than English. I would be interested in tackling this, if no one is working on it...
@0xd34b33f there's quite a few of them still: https://github.com/wayfair-tremor/tremor-runtime/search?q=too_many_lines&unscoped_q=too_many_lines We have clippy exceptions for them right now so they don't show up with clippy. If you are interested in refactoring...
@pixelrebel are you using this with slack? There's a slack adapter for hubot, which should be a better choice: https://github.com/slackhq/hubot-slack If you have to use this, your problem seems to...
@pixelrebel I found this for slack: https://github.com/slackhq/node-slack-client/pull/56, but merging it could be tricky. hubot-xmpp does not currently support sending attachments though: you would have to write in the functionality. So...
@pixelrebel yes https://github.com/markstory/hubot-xmpp/pull/93 does not solve your connection issues. Have you tried debugging from here: https://github.com/markstory/hubot-xmpp/blob/master/src/xmpp.coffee#L194 Add something like `console.log stanza.toString()` to see all the incoming stanzas from the server....
@pixelrebel If that's the case, you should be able to keep hubot online by broadcasting presence messages at fixed intervals. http://xmpp.org/rfcs/rfc3921.html#rfc.section.5.1.2 If slack's XMPP implementation follows the spec here, it...
Partially done in https://github.com/Code4Nepal/akshara-project/pull/80