Josh McKinney
Josh McKinney
Those `_by` function names make sense to me. Perhaps `SizeAdjustment` could be `SizeDelta { width, height }`?
Added an alternate implementation approach using ops in https://github.com/ratatui/ratatui/pull/1596. I think that's likely easier to understand when the code is read.
It's in blessed.rs, so that seems reasonable to add. I ask because I've seen comments on a few places (various discord, reddit posts etc.) about how approachable getting started in...
https://github.com/jamesgraves/rust-cookbook/pull/2 is a start - useing the other repo code included from a cargo project approach. I'll move things over to this repo at some point once done (unless you...
I noticed that the version by @john-cd already has this in https://john-cd.com/rust_howto/categories/development-tools_debugging/tracing.html, so rather than re-inventing the wheel, I'd suggest incorporating / merging those changes back into the cookbook from...
Just a small addition to this, the playground crate policy adds crates listed in this repo's cargo.toml as one of the sources for inclusion, so adding tracing here would make...
On the organization side I can see how it makes sense after playing with it a bit more. Adding a /doc folder under each crate might be possible with a...
Sounds like there's 3 versions of the same thing now. Perhaps it could be worth doing a audit of how these crossover and consolidating them rather than duplicating effort.
I'd suggest going one step further and putting all the code in the rust file (including the main.rs), not just the lib call.
The problem is the integration with the way this lib does the stream. Any particular reason that you don't want this?