Josh McKinney

Results 1040 comments of Josh McKinney

@kxxt in #1377: --- ## Problem `Rect::new` clips the Rect if the area overflows `u16::MAX`. But it is very likely that we need to support buffer with area larger than...

Some discussion about implementing this is happening on PR #875

> A point I think is missing from the above discussion is input widgets Definitely agree - I initially put some ideas that I thought would be explored outside of...

The problem with that change is that it's basically a break the world (every app, every widget) type change if done in a breaking way. At least I don't think...

> Yes, of course that's completely infeasable. Sorry for the bother. After some sleep, I think it wouldn't solve that problem anyway. No worries :) The underlying idea is good,...

+1 to ratsala @thscharler would you like to add something on this?

Also maybe the bevy stuff that @cxreiff is working on would be cool to call out here too

Yeah this is a pain. I've raised a similar issue on the r-a issue tracker before (https://github.com/rust-lang/rust-analyzer/issues/17652), and there's a need to do a few things there: - log in...

I was tempted to close this, but I'd suggest that would instead make a good FAQ entry. "How do I configure rust analyzer to favor ratatui imports over crossterm /...