Roman Valls Guimera
Roman Valls Guimera
Same issue, my artifacts are just small binary blobs: https://github.com/umccr/gatk-bwamem-jni/actions/runs/13716508594/job/38362482726
Suggestion of an extra feature that does not add too much complexity on top of the aforementioned outline: NVS/Config handling. I.e have an `AppConfig` struct and (de)serialise from/to the different...
> this might be relevant for circuitpython users. And for micropython ones too! I was looking for that log component (because of an audio application I'm working on). Plus that...
> > Please get this merged! ;) > > If you have any comments on the concept itself, please, let me know! This is the best I could come up...
There was a minor conflict when merging with `master` btw, could you please rebase this PR and see if CI complains?
Thanks @mkj! We've been inspecting this piece of code (and your advice), for readdir and we have a few questions: We assume that the developer would eventually implement `readdir(dir_handle: &T,...
Ran into this one recently, it's pretty much the only piece of code that forces me to comment `#![forbid(unsafe_code)]` for a firmware I'm working on since I now have to:...