EdJoPaTo

Results 355 comments of EdJoPaTo

> Sorry for not getting to this. I'm not sure about this though. Because I think it'll make it inconsistent with other ways to construct a `Line`. See #1111 as...

Oh, you added it for Span. Guess it should be there for Line too. (didn't specify it well enough what I meant I guess? :innocent: )

> One usability issue I'm seeing is that maybe newlines should render as spaces? I don't think that's a job for this PR that behavior hasn't changed, but it could...

I am curious why crossterm itself doesn't have something like this. I think everyone using crossterm would benefit from something like this. Should this be proposed for crossterm?

As a crossterm version change is included with the upcoming release I would like to reduce the stuff needed from crossterm even further with the 0.28 release. Can we get...

Probably off-topic to this PR… why move this to a different place? Personally the forum feels like a place for "how to do this" and "showoffs". Stuff that should end...

When setting up a panic hook with an external crate, there should also be the panic hook with std only methods.

ANSI escape codes result in horrible output glitches which prevents me from updating to ratatui 0.27 as it enforces `unicode-width` 0.1.13. (https://github.com/EdJoPaTo/mqttui/pull/172) The following tests work with `unicode-width` < 0.1.13,...

> For your specific use case (wanting to pass thorugh ANSI to display), can you use ansi-to-tui? It pre-processes strings that contain escape codes like this into Ratatui `Text` with...

This is not fixed with #1226 as it wasn't aware of Span rendering differently and #1312 isn't merged yet. Can this be reopened? (And fixed? I would like to update...