Josh McKinney
Josh McKinney
https://github.com/ratatui/ratatui/blob/main/CONTRIBUTING.md#ai-generated-content has some general parts of this that we wrote in July after someone threw some workslop at us that wasn't very good. That's our current thinking, but that may...
Converting to a discussion as the original premise (having a written stance) is covered, and this is likely a discussion worth having and which can continue over time.
I did a brief investigation on this and losing Copy for style is a big problem, so this likely needs to only work against static strings, which might be a...
> I would like to color-code the portions of the labels that correspond to which dataset This seems like a problem that would be more easily solved by making each...
At the same time we should also highlight these a bit more on the website / layout docs if they're not already there.
Neat - likely fully unnecessary for the demo, but it's a good demo of insta. cargo-insta might make a good ratatui-ified app at some point in the future...
This would require tabs support in GitHub flavored markdown. There's a feature request that's been open for a few years for that https://github.com/orgs/community/discussions/14964 We could probably special case it for...
> However, asserting the colors is not possible due to Display implementation on TestBackend (i.e. [buffer_view](https://github.com/ratatui/ratatui/blob/0ed71d14bbe7d08905d525566f8c2678a5ffd57c/src/backend/test.rs#L49) method) not taking the style into account. Just as an aside, asserting colors here...
I think perhaps https://github.com/ratatui/ratatui/pull/1410 might help with some of this as it makes the debug output of text fully round trip: E.g. the debug view of the following code: ```rust...
One of the key benefits I look for when writing tests this way is not that you get to write the tests easily, it's that you get to see readable...