Josh McKinney
Josh McKinney
Closing as this was an intermittent issue when upgrading
This seems like a reasonable request. I'd probably suggest VerticalAlignment over VAlignment, bczih8abbrevs, but generally this means working out the line count as part of the wrapping / truncation and...
The paragraph specific parts of this are on hold until the wrapping changes are landed. There's a WIP PR for flex layout, but note my comment about what it would...
Some recent simplifications in the reflow have made me think this could be worth implementing. It's requested pretty often and an obvious glaring deficiency. I think it makes sense to...
This is probably difficult to implement. I'd also like to see a bit of design for this before implementing if possible. Definitely some good ideas, but I'm not sure how...
That would probably be ideal. We may also want to provide the item count to the state, which would enable properly moving to the end of the list (after first...
The problem is the styled trait is much newer than all the ratatui apps in existence. This would break every file that has ratatui code in every one of them...
To move this ahead, I'd suggest thinking through the impact of this change on downstream code. It would be useful to consider the specific magnitude (how much will be affected)...
> Macros would be neat as that can result in const methods then. As styles are done many times per render that could be a performance benefit on runtime, but...
> I'd be surprised if the performance gains / losses mentioned are meaningful in any reasonable use case. Confirmed there is no meaningful difference: - 0.32s vs 0.31s compile time...