-
This issue tracks the development and discussion of `v0.9.0`. For discussing/submitting bugs in the development version, please see https://github.com/Builditluc/wiki-tui/issues/234.
I'm planning t…
-
## Problem
__Dash borders__, even if they are less common, have their use. And are part of the [Unicode Box Drawing](https://en.wikipedia.org/wiki/Box-drawing_characters#Box_Drawing) characters.
…
-
Run the benchmark in CI.
When running Criterion in GitHub Actions, it is affected by the execution environment.
Therefore, we are considering using the [bencher.dev](https://bencher.dev/learn/bench…
ymgyt updated
2 months ago
-
This might be a problem with ratatui because I couldn't find anything weird in your code.
Something goes wrong when reading the size of the terminal if it's really big. For example with a 143 chara…
-
The UI looks weird in the Terminal(the default one on macOS). But it works properly in the VScode terminal.
![CleanShot 2024-09-18 at 12 06 45](https://github.com/user-attachments/assets/485a6a5c-8e0…
-
Since the [tui-rs](https://github.com/fdehau/tui-rs) crate is deprecated, twin-commander should depend on the new community fork [ratatui](https://github.com/ratatui-org/ratatui).
-
## Description
Ratatui only renders part of the code points when rendering Korean characters, which may be related to different Unicode normalization forms. macOS uses NFD (`가나다라마`), whi…
-
Because this crate returns `ratatui::text::Text`, as `ratatui` evolves the types here don't line-up with future version. For example at this point you can do something like
```rust
fn render_text…
-
-
Beta should have:
1. Input for entering a habit
2. Support setting how many times it should be done (3 times a week, every day, etc....)
3. Support deleting a habit
4. Support skipping a habit
…