Josh McKinney
Josh McKinney
I just wanted to let you know that I haven't forgotten this one. I've just been traveling a bit the last month or so. I know that digging into how...
The methods which return terminal bounds are defined as returning u16 at the OS level. At least one of them actually clamps this to a max of i16::MAX (windows IIRC)...
It's possible that there's problems in the widgets or layout code related to this. Can you provide more details of the actual failures you saw? Screenshots / code snippets /...
I don't see anything obviously wrong in the Ratatui code that would cause this problem. Does your code have u16 anywhere where it should be usize? Perhaps see if you...
Ah got it. I think we fixed this in the next release already by removing the code Which does that from the Rect::new() function. Can you try the 0.30 alpha?
I found it odd that `jj duplicate` did not have the same -s and -b options that rebase had. This forced me to learn how revset language worked, where I...
I wonder if we could get some of this by implementing `StatefulWidget` on Paragraph, which fills a `ParagraphState { render_height: usize, render_width: usize }` struct? If implementing this, care should...
I'm trying to understand this properly as to what it the thing needed here, and I'm running into some understanding issues because the language is a bit ambiguous. (The block...
Closing out as mainly completed by line_count and line_width. If closed in error, feel free to reopen.
> Quick review: ok, but should be applied across entire tree. We don't want to avoid atty in one util, yet use atty in another util. This was the only...