Ed Medvedev

Results 45 comments of Ed Medvedev

Merged @mjpieters's PR: https://github.com/emedvedev/attention-ocr/pull/198. Should support TF2 now.

Hi! Thank you for the submission. I can potentially see a problem with it: since `hubot-stackstorm` uses a catch-all, the "not found" message will probably fire on any valid command...

Yes, you could try to replace this catch-all (that makes hubot-stackstorm fire on every command addressed to Hubot): https://github.com/StackStorm/hubot-stackstorm/blob/master/scripts/stackstorm.js#L297 With a list of regexes. The commands are fetched here: https://github.com/StackStorm/hubot-stackstorm/blob/master/scripts/stackstorm.js#L183...

@emptywee thanks! I can, although not always. This is probably an eventstream module issue: by default a client should attempt reconnects indefinitely, and it looks like the module we use...

@enykeev was looking into it some time ago, but it would require a fairly difficult module rewrite. @enykeev: sup?

@ticean: did you install with packages or AIO installer? We still have this issue on packages, but AIO should be good. In short, this error is caused by the stream...

Incredible! Awesome work. I'll try to find the time to review this asap, and figure out a way to include it in the st2chatops package as well.

Hi! First of all, thank you for the thoughtful description—I appreciate you taking the time to write the user story in detail, and also review our codebase! Our relationship with...

Awesome job! Please let us know how we can help, and keep us posted :) As soon as you add the missing functionality back, we can help with tests and...

That's something that has been discussed before. I get this question every once in a while, so there's even a large blue note in the docs here: https://docs.stackstorm.com/chatops/chatops.html#bring-your-own-hubot While I...