Josh McKinney
Josh McKinney
>it's a bit silly that we would only allow them to generate a function that returns a Result, requiring them to add .ok() everywhere. The search link above confirms that...
Rust 1.83 that [came out today](https://blog.rust-lang.org/2024/11/28/Rust-1.83.0.html#stabilized-apis) has a couple of stabilized functions `ControlFlow::break_value() -> Option` and ControlFlow::continue_value() -> that are basically this. They're suffixed `_value`. `Result` has just `ok(()` and...
TL;DR: suffixes / prefixes should be additional configuration, not there by default. A good way to frame why this is needed is that it implements getters for an enum. Because...
Tui-textarea's version specifier was wrong - it specified >0.23, which picks up whatever the latest 0.x.y version, but that's not semver compatible with 0.x-1.y and hence the compilation issue. This...
Failing builds, needs to be inspected manually
Seems reasonable to add this. What are the two entries? As an immediate workaround, take a look at the [`Block::border_set()`](https://docs.rs/ratatui/latest/ratatui/widgets/block/struct.Block.html#method.border_set) method to allow you to specify a custom set of...
Got it - looks like there's double, triple, quadruple dashes as well as heavy variants of some of these. These seem like good things to add in the same batch...
# Implementation approach - [ ] identify any other obvious sets of unicode that make sense to add at the same time (only line related ones) - [ ] In...
> If for any reason the asignee can't make it, I'm willing to do it. 😁 We haven't heard from @dweatherstone in a couple of weeks, so feel free to...
Use the normal corners that match the weight of the dash characters.