barries
barries
Thanks! No worries, it's up and running, and working just as expected, it seems. We'll apply an improvement if/when you happen to get around to it. Thanks again for all...
Thanks, @zslayton. That's not present on `ApplicationValueWriter`, should it be, or am I using the wrong API somehow? ```rust type IonWriter = Writer; pub struct Log { ion_writer: IonWriter, }...
When I click on that link, I see this  When I look in my `ion-rust` `main` branch a few commits after `.rc10`, I only find it here: ```rust impl...
Hey, @01mf02! Yeah, the code made it look like you'd carefully designed it this way, and I'm glad to hear that it should be easy. The telemetry (i.e. scoped/nested, structured...
Another helpful debug would be what the LSP's completion spec is; specifically, I'm trying to find out if `rustanalyzer`, `blink.cmp`, or `nvim` is responsible for [deleting the word following a...
An example of the warnings; would seem to motivate setting `.wrap_unsafe_ops(true)` by default to reduce DevX friction. It would also reduce friction to add an `#![allow(dead_code)]` to the codegenned file,...
@emilk, looks like the author can throw a PR together for this--do either of his approaches see acceptable?
For others who need this soon, here's my [miette](https://docs.rs/miette/latest/miette/)-based code (not committed to miette, better suggestions appreciated, same-same for Rust code suggestions). This prints a message like: `Function not found:...
Just a note about splitting, which would be _lovely_ to have. Below is a brief description of how `lazygit`'s _very_ workable interactive staging UI works; it's best in breed and...
When dragging, from the _user's_ perspective, the "interaction" started where they pressed the pointer button / their finger first touched the touchscreen. The current `interact_pointer_pos()` implementation is surprising given that...