Badr
Badr
**Describe the bug** Permission issue when running with the rootless docker or podman. **To reproduce** 1. Have rootless podman configured 2. Run the following command ``` podman run --rm -it...
be able to navigate and select a chunk of text and copy it to the clipboard (same as tmux copy mode)
maybe add another template based on [russh](https://github.com/warp-tech/russh) to build TUI over ssh.
Hi, I used the russh library to build a TUI with ratatui, inspired by your [example](https://github.com/warp-tech/russh/blob/main/russh/examples/ratatui_app.rs), and from time to time I get those errors: ``` Failed to send data:...
## Problem The Paragraph widget does not have a scroll bar. ## Solution Show the scroll bar for the Paragraph widget when the `scroll` is defined. ## Alternatives ## Additional...
## Problem A long line in ListItem does not break into multipe lines ## Solution Add a possibilty to wrap ListItem text, same thing as Paragraph ## Alternatives Not that...