Josh McKinney
Josh McKinney
The website is an [astro](https://astro.build/) based site using [starlight](https://starlight.astro.build/). We have two custom plugins for our site - one which collapses code blocks to headings and one which allows us...
> It would be nice if, for example, there was an additional insert_before_wrap that did not take a height arg and simply calculated it based on the contents, e.g.: The...
Makes sense. Thanks for taking a look. I'm not the repo owner on this one. I'll let the owner know.
This was actually an intentional choice https://github.com/ratatui/ratatui/blob/488e5f020f7a1b4c120d8b074c62a97abac0a4b6/ratatui-widgets/src/scrollbar.rs#L573-L582 I recall discussing this a bit in the past, but I can't find the exact discussion that led to this. It might be...
In general, our thinking about this evolved over time as we learnt more about the tooling, and we added more structured patterns to Ratatui to codify that. The website docs...
The scrollbar unit tests are incredibly detailed and intentionally written in a way that should be easy to understand and maintain. Can you please take a look and see if...
Seems reasonable. I think perhaps using something closer to css naming (see https://developer.mozilla.org/en-US/docs/Web/CSS/text-overflow) might work as an enum: ```rust let line = Line::from("foobar").overflow(Overflow::Clip); // default "foob" let line = Line::from("foobar").overflow(Overflow::Ellipsis);...
I think we should yank 0.4.4 (as it's not technically compatible with 0.4.x), and release 0.5.0 in its place. (same with tui-widgets / tui-prompts). Rust semver is fun :| I've...
@matta 0.5.0 is available. Todo: yank https://crates.io/crates/ratatui-macros/0.4.4