Dheepak Krishnamurthy
Dheepak Krishnamurthy
This PR allows users to display a mark next to multiple rows. The marked rows are stored in the table. e.g. here's a table with 2 rows marked and the...
Currently we have a section called `overwrite-regions`. https://ratatui.rs/how-to/render/overwrite-regions/ I think it should be renamed to https://ratatui.rs/how-to/render/widget-in-a-popup/ I have a feeling this would be more SEO friendly.
And link to those instructions from the app showcase page. Instructions should describe how to use VHS, recommended resolution for making demos on the showcase page, and recommended delay settings...
In the developer guide, we should add a section on how to write tests and run tests. This section should include a brief primer on `cargo test`, e.g.: 1. To...
Currently the tutorials start off using `anyhow` and switch to using `color_eyre`, something I did in all my projects while I was writing some of the tutorial material. If I...
- You need to disable_raw_mode and exit alternate screen - You need to pause the event loop (if you have one) that handles any key or mouse events - You...