Aleksey Ivanov
Aleksey Ivanov
Hi @atipugin, @yulgolem was playing with Bot API 3.0 and found a bug. He was sending parameters as ``` params = { chat_id: 1111111111, title: 'Invoice title', description: 'Lorem ipsum...
Hi @atipugin, while working on #118 I found myself spending most of the time on verifying if particular Type or Method is up to date with documentation (the whole thing...
Hi @atipugin! I am not sure is it an issue really. So I'd like to know your thoughts about it. Given the following code ``` keyboard = [ Telegram::Bot::Types::InlineKeyboardButton.new(text: 'Button...
Hello, I would like to have dynamic subscriptions. On certain action subscription should be created, it is done by `MqttClient::subscribe`. And on another action this subscription should be deleted (as...
Hey! Thank you for the great GCS emulator! I am using this server as a local storage while working with DuckDB. It has a feature working with files in S3...
Hi @seuros. I just started to use Monit. I noticed that there is task `sidekiq:monit:config` which is called when there is no process to monitor. The task reloads Monit which...
Hi, thanks for the cool gem! When I run command which produces more than 1 line of logs I get the following:  So MONGODB is always colored with CYAN....
Hi! I found this gem and thought it would be nice to use in my project. But unfortunately it does not work for me. Here is my `application.js` ``` //=...
Hi Mike. I my fork I have updated UI with Twitter Bootstrap. Now it looks like this  Now it doesn't contain `flush` option in UI (I plan to add...
Hi, thanks for the great project! Is there any way to respond to user's input with [slack attachments](https://api.slack.com/docs/message-attachments)?