Rafael Bachmann
Rafael Bachmann
Hi, I noticed the unit tests for this crate weren't passing. A simple `cargo update` did the trick, though :)
# What it does: Hopefully nothing! Just improved mostly the string handling, removed some unneeded clones etc. # Why it does it: Cuz... low hanging fruit for code quality? You...
Reporting this here, since cargo-valgrind asked me nicely to do so. Project: https://github.com/barafael/crisp/tree/cargo-valgrind-bug. There is a note in `main.rs` with a possibly related call to `free`. Gist of trace (because...
There is already a working implementation of RTIC monotonic timer for TIMER{0,1,2} here: https://github.com/kalkyl/nrf-play/blob/47f4410d4e39374c18ff58dc17c25159085fb526/src/mono.rs It would be nice for this to be part of the HAL so that the implementation...
Hi, I may have encountered a random panic. I'm not sure what I was doing just before, unfortunately, and only have a screenshot:  The code: https://github.com/cocomundo/julia-set-renderer (run with `cargo...
Potential fix for #35 :) I suppose this simplifies using klask greatly, but I'm not sure there are other implications.
Can this be relaxed to `clap` and `clap_derive` v3?
Fix #47
The generated code mentioned `#name` explicitly, causing `clippy::nursery` warning `use_self` to trigger on the generated code. This commit replaces usages of `#name` with `Self` where deemed applicable, and the warning...
While building this project on WSL (windows) and arch linux, make gives an error, as described by another use here: https://github.com/riscv-mcu/GD32VF103_Firmware_Library/issues/5 To fix the build for me, I needed to...