Josh Mcguigan
Josh Mcguigan
Hi, thanks for the report! I think the suggested response would fix the crash, but I'd prefer handling the None case (with a comment explaining what case this covers). Although...
Hey, thanks for the comment. I was aware of `std::process::ExitCode`, but one of the goals of this crate is to allow a user to specify specific exit codes rather than...
> Otherwise you need to clear the text box region before redrawing the text box to make sure none of the previous content remains. This can lead to a flickering...
Hi, thanks for the suggestion! I considered probe-run, but I wanted to stick with cargo-embed since at the moment probe-run doesn't act as a gdb server. Although I've since run...
This also tripped me up when working through the zero to nix tutorial. Perhaps the sentence could be re-worded to specify `-i` is needed if you don't want access to...