Cyril Duchon-Doris
Cyril Duchon-Doris
We've left our bot alone this weekend, and when coming back to work this monday, it starts replying 12 times for the same question 😱. Will try the async-websocket trick.
I am getting the same error after upgrading 0.14 -> 0.15 on my controllers ``` E, [2018-01-28T20:03:03.940744 #16991] ERROR -- : thread crashed NotImplementedError: my_method /Users/Cyril/.rvm/gems/ruby-2.4.1/gems/slack-ruby-bot-0.10.5/lib/slack-ruby-bot/commands/base.rb:76:in `block in invoke' /Users/Cyril/.rvm/gems/ruby-2.4.1/gems/slack-ruby-bot-0.10.5/lib/slack-ruby-bot/commands/base.rb:57:in...
I realized my occurence of the bug was because I had not totally migrated from pure command to MVC and that a `command()` call was left in my `SlackRubyBot::Commands::Base` which...
@chuckremes Thanks for the hindsights. Regarding Regex matching, do you have maybe some tips on how I could implement this ? I was thinking that inserting a preprocessing step that...
I would love to have by default all answers be sent to a thread of the original message (or in the same thread if the original message was itself coming...
So actually it is kinda already supported. However I'm only able to get the first response in thread to work "normally". I'm able to keep sending messages in the same...
It would be nice to have threaded response by default, but indeed seeing the code this seems to require more work. I have started something but I must pause due...
On a similar topic, it would be great if PR reviews (which seem to be considered separately than PR comments) could also be sent to the thread started by the...
@beauby > It introduces possible inconsistencies (say you're requesting a post and their comments, and the authors of those – a same author could be serialized by two possibly different...
This bug keeps happening to me whenever I reload my code. WHat's weird is that it happens only on some endpoints. In my app I have both ApplicationController rendering ActionViews...