EdJoPaTo
EdJoPaTo
Probably results in a lot of internal churn. Earlier when looking at git blame for the `set_stringn` stuff I noticed it was `-> Option` ages ago so it might be...
> For context the impact of this external to ratatui is ~118 files Was curious why my usage of it doesnt show up: I dont name them buf, I name...
Ah… my `get(` removed the `get_mut` which I used…
As there seems to be not that much interest in it (silent for weeks) I'll just close this.
I think this will also improve direct review requests. You can filter for review requests on your team or you as a person directly which might be neat.
> The mentioned crate uses unicode_width and its pad function says it does what we require Sadly it doesn't as it pads when the string is shorter than the given...
I played around with the mentioned crate and [added a center alignment truncation](https://github.com/Aetf/unicode-truncate/pull/2) which should be able to solve this. We could also integrate this into ratatui, but I think...
Yeah, the currently existing logic of handling the spans is still required. The crate only handles what’s inside a span. > Neat. I expected that given the age of the...
> I played around with the mentioned crate and [added a center alignment truncation](https://github.com/Aetf/unicode-truncate/pull/2) which should be able to solve this. We could also integrate this into ratatui, but I...
> [Codecov](https://app.codecov.io/gh/ratatui-org/ratatui/pull/1007) Report +4.53% coverage as the macro isn't creating unreached code anymore. :sparkles: