Josh McKinney

Results 1051 comments of Josh McKinney

> So I would prefer something like this in the actual backend. Can you explain your preference here a bit more?

> > > So I would prefer something like this in the actual backend. > > > > > > Can you explain your preference here a bit more? >...

I think `ratatui::init()` might be an even better idea than `Terminal::init`

> Yup, then are we going to support multiple backends (based on feature flags) rather than only crossterm? I think it's reasonable to choose a known good path (crossterm), and...

Rebased on main (as there were a couple of things I thought would work better with a rebase than a merge) I've redone about half the examples, which results in...

Ready for review now. Everything tidied up in a pretty consistent form - there's still a few examples that don't use an App struct, but they're mostly ok (and I...

> This also makes it feel like ratatui is blessing crossterm as the preferred backend, although we may have been implicitly doing that already. One thing that I've been meaning...

> If adding the `cfg` approach is possible in the future, I'm good to go forward with this PR. Yep - adding an alternate init module that has termion initialization...

> Side note, not sure why that clippy lint in the CI started flagging as I didn't touch any of those files. The incompatible_msrv lint was updated and it now...