LasterAlex

Results 63 comments of LasterAlex

> We cannot change the way `serde` serializes user states, can we? Yeah, that's why i said it may not yield that much results Maybe it's possible to just `Box`...

> How? If we box the resulting serialization, it will still be serialized on stack, but then it will just get boxed. Well, if i write `Box` then it works...

Just wondering, is it possible to add something like ```rust fn from_text(text: String, parse_mode: ParseMode) -> Option ``` To make all parsing fully possible inside of `teloxide`? #702 is open,...

> users can just format their text in Telegram and send it to the bot Fair enough, didn't think of that Yeah, maybe it's not needed that badly for a...

I've just came across the same issue, and there's a problem with just `files.value = []` in the default configuration of ```html ``` `input` is not updated at all, it...

Thanks for the response! > It’s **more important** to check the outcome under simulated **network** throttling (using the **network** tab in DevTools) or to test it on a **real server**....

I just stopped using nuxt/image, the problem was a lot deeper than this library, its some image processing library that nuxt/image uses iirc

Maybe it will make sense to add a `text` variant attribute and make two functions like `build_button` and `build_button_with_text`? The default text can be variant name It could simplify the...

Please update to the latest version, it is a new telegram bot api feature

`mentioned_users` was reworked in the latest version, sorry for the long wait Is it still a bug?