Max Melentiev
Max Melentiev
Does it support multiple responses? It's usual to make 2 api requests for callback queries: edit message with new content and telegram requires answer_callback_query to stop showing spinner. It's also...
>For poller mode there is no difference Yep, I've messed all together - it's not related to poller mode where multiple updates may appear within single request. For now I...
I've updated middleware in my snippet, please use updated version.
Have you tried suggested solution? I appreciate any feedback on responses to http hooks (issues in production, limitations, etc.).
Thanks for contributing! WDYT about changing example to `edit` action? I can find how to edit credentials neither in edgeapi nor in edgeguides. I think that most of users will...
`iter` can not be fixed in a backward-compatible way. In one case it can produce key-value iterator, in other - only values. This behaviour is based on `#obj > 0`...
Have also faced a warning with: ```slim - if a.size == 2 .first= a.first .last= a.last - else = a.last / test.slim:3 [W] RuboCop: Move `a.last` out of the conditional....
One more similar to first one: ```slim = capture - style = :test div class=style - capture - other_style = :test div class=other_style / gives warning only for the first...
I can't reproduce exactly the same case too :) I don't remember, maybe I've checked this only within template and it was wrapped into other block. So it's close to...
Hey, have you tried it in an unrelated test? https://www.rubydoc.info/github/rspec/rspec-core/RSpec%2FCore%2FConfiguration%3Ashared_context_metadata_behavior says that it's legacy behavior that was available in rspec