Tommaso Sardelli
Tommaso Sardelli
@sagikazarmark @nabokihms I'm writing an internal component which relies on the gRPC API and I stumbled upon this issue while looking for a way the check if a certain Password/User...
I see, do you know if there is any interest in this direction? Any chance `rdmsr` support will be added in the future? In any case, thank you for your...
Using `reply_to_message_id` like I did in the example below should work (didn't test it though) ``` require 'telegram/bot' token = 'YOUR_TELEGRAM_BOT_API_TOKEN' Telegram::Bot::Client.run(token) do |bot| bot.listen do |message| case message.text when...
See #58 In the end I switched to webhooks so I'm not having this problem anymore
Catching the exception and further investigating what is causing the issue is probably the right thing to do. Instead of catching all the exceptions like you are doing now, you...
Hello, I stumbled upon this issue while looking for a similar one, and I wanted to let you know that the same problem happens also with `crystal tool implementations` and...
Thanks a lot for having a look at it already. I just pushed my code here: https://github.com/cippaciong/lucky-clover-tutorial You should be able to reproduce it with one of my examples above:...
@straight-shoota I removed `public/mix-manifest.json` from `.gitignore` and pushed it. You should be able to reproduce the error with those exact commands now.
@straight-shoota hmm interesting but I didn't get if I should already be able to infer anything from that. Did it give you a clue of what might be the issue...
Hello, I'm having the exact same issue on a freshly installed Miniflux instance (+ feeds and catergories imported from TT-RSS via OPML file). Setup is similar as well: - docker-compose...