EdJoPaTo
EdJoPaTo
To pick even more on the performance fast path of `Alignment::Left` on slower devices… Let's imagine a table rendered on a `100x100` terminal. Assume 5 columns and 90 rows. The...
> Doesn't it work as same as before? Can you explain how this helps organizing the notifications? It might be the same because both would be a review request… I...
Given that there are other Repos with widget examples… how about a ratatui feature for an example base? Other widgets in other repos can also use them as a common...
> > Given that there are other Repos with widget examples… how about a ratatui feature for an example base? Other widgets in other repos can also use them as...
As soon as you are using buttons of multiple things at the same time like months and years you need to put both into columns and not mix them together....
Not sure what the problem might be and there is no activity here. If its still relevant feel free to comment and reopen.
Keyboard usage is shown in the bottom bar now. Traversing the whole tree with `→` seems not that intuitive, so I don't think I'll add that. `g` seems like a...
It would be useful indeed but sadly thats not possible with the current state of the API currently. I would really like to use something like that. Thanks for bringing...
I'll leave it open so people are finding it more easily. Its often something people would like but sadly we cant achieve that with the current Telegram API.
I assume that as a bug of the Telegram clients. One [workaround I tested a few days ago](https://github.com/EdJoPaTo/website-changed-bot/commit/0d4b2db99572215205819c574982333643c26454) is to send `ReplyKeyboardRemove` as [`reply_markup`](https://core.telegram.org/bots/api#sendmessage) on other messages. As you can...