-
```rust
error[E0277]: the trait bound `TuiLoggerWidget`
| |
| required by a bound introduced by this call
|
= help: the following other types implement trait `Widget`:…
-
I reported this bug to tui-textarea https://github.com/rhysd/tui-textarea here https://github.com/rhysd/tui-textarea/issues/14
They support tui and ratatui
In their demo app (very simple) the ke…
-
### Checklist
- [X] Using a stable version of Neovim (i.e. not neovim nightly)
- [X] `:AstroUpdate`
- [X] Restarted AstroNvim
### Operating system/version
Fedora Linux 37 (Cinnamon) x86_64
### Ter…
-
With the recent release of [ratatui](https://github.com/tui-rs-revival/ratatui), the tui-rs revival project, I think it would be best to support the new version to help people convert over.
There a…
-
## Problem
In my projects I sometimes need a conversion like this:
```
"black" => TuiColor::Black,
"red" => TuiColor::Red,
"green" => TuiColor::Green,
```
## Solution
Implement [`FromS…
-
## Description
The demo does not render correctly (after 1 frame it starts spamming the terminal with the layout code).
See here:
![2023-05-30-180448_3840x1570_scrot](https://github.com/tu…
-
Hi, I'm working on a [terminal file manager](https://github.com/sxyazi/yazi), limited by ConPTY, in Windows it can only use the inline images protocol, the current behavior moves the cursor while the …
-
So the user can focus on the current popup. Can be configured to where there is no [dim](https://docs.rs/ratatui/latest/ratatui/style/struct.Modifier.html#associatedconstant.DIM).
-
### Checklist
- [X] I've looked through [troubleshooting](https://clementtsang.github.io/bottom/nightly/troubleshooting), [known problems](https://clementtsang.github.io/bottom/nightly/support/offi…
-
As I recently discovered, tui-rs is dead ⚰️ and as you probably know tui-realm totally relies on it.
What's my position about that?
- tui-realm is still core to many of my active projects, such…