Viktor Zahorodnii
Viktor Zahorodnii
I.e. if next page is beyond the actual count of items.
An attempt to run specs for a dir from File Explorer (last item in the contextual menu)  leads to the following error ``` [2021-11-11...
Looks like this was not intentional 🙂 and the dot syntax is not coming from Rust
Hello there! The idea is to either make `after_actions` be also called when an action early exits via `fail_and_return!` or to have a special hook for that purpose. A possible...
Hey, first of all, thanks for the great plugin! What do you think about having an `allowParentFolder` option to allow `'../Component'` imports? It could be particularly useful in tests (e.g....
Hello! I have 2 sliders with the following setup: ```html New documentary Enmity Then war broke out in heaven. Michael and his angels fought against the dragon, and the dragon...
Added a note to README on `schedule_in` option for `reschedule` conflict strategy
Some time [ago](https://github.com/rust-lang/rust-analyzer/issues/7225#issuecomment-1068948001), there was an option to disable the "`test` feature by default". Now it seems to be gone. Is there any alternative way to disable the `test` feature?...
### Check for existing issues - [x] Completed ### Misc notes E.g. I'd like to develop an extension providing a simple "settings sync" functionality that can be manually invoked by...
Hey. I'm returning an error [of the following structure](https://github.com/teloxide/teloxide/blob/94db1757dc96116f4756a586fcbce3ac5ebd0c59/crates/teloxide-core/src/errors.rs#L38) from my method with the return type `anyhow::Result`. Strangely, when I try to log the backtrace, **I can't see the lines...