Daniel (dB.) Doubrovkine

Results 3350 comments of Daniel (dB.) Doubrovkine

How about introducing `logger_options`? If you feel more ambitious, take a look at https://lostisland.github.io/faraday/middleware/logger. It also supports blocks and filtering which we could expose. The https://github.com/ashkan18/graphlient gem does it like...

That's generally a broken RTM connection. You could start by replacing `say` with a `chat_postMessage` to see if that helps?

> ove Sure. I don't think it's a bug though or not sure what we should do with it. The RTM connection is not 100% reliable, and just like with...

I've always wondered whether that's really worth it. What are the dependencies we're forcing on the users from the RTM implementation by keeping these together? Is it just extra code...

> > If you want to give it a try you could fork this now and make 2 gems. > > We can also simply build 2 gems out of...

It sure can. Please contribute!

Maybe we can track down what was changed and whether this is actually fixed?

It doesn't look like it's a documented feature, I'm looking at https://api.slack.com/methods/channels.invite. The library is auto-generated from that via https://github.com/slack-ruby/slack-api-ref. I opened https://github.com/slack-ruby/slack-api-ref/issues/6, please feel free to contribute.

Maybe something slack-side?