Marc BK

Results 20 issues of Marc BK

Just added this action here https://github.com/luftkode/plotinator3000/pull/148 but it fails with: `Error: Unexpected token '2025-0"... is not valid JSON` I cannot see in the logs which version of `cargo-audit` runs which...

Setting `JUST_VERBOSE=1` in CI can be great for debugging if you have deeply nested recipe calls, but it overwrites `quiet` settings, which can cause recipes that are called a lot...

Topics are validated on every publish e.g. in `handle_publish` https://github.com/bytebeamio/rumqtt/blob/005f73caf0c2a808210fd73f2db6e1bc38652c5c/rumqttc/src/v5/client.rs#L90 It would be great to avoid this overhead considering that topics are often known at compile-time. Even though it's not...

Resolves https://github.com/bytebeamio/rumqtt/issues/979 Only implemented for v5, I'll implement it for v3 as well if we agree on the design and implementation, and add changelog entry, tests, refactor it out to...

aldanor/hdf5-rust is no longer maintained, use the fork maintained by the Norwegian Meteorological Institute instead. Repo: https://github.com/metno/hdf5-rust crates.io: https://crates.io/crates/hdf5-metno

Fuzzing NAV PVT surfaced some issues, we should slowly grind us through fuzzing every single variant. I think we should basically just copy paste the approach for NAV PVT for...

Maybe I don't need a proto33 for the dynamic models after all (at least for mower and e-scooter): This ICD (proto 27.50) from the ZED-F9P (https://content.u-blox.com/sites/default/files/documents/u-blox-F9-HPG-1.51_InterfaceDescription_UBXDOC-963802114-13124.pdf) contains both of these...

This leads to error messages such as `Not valid packet's checksum, expect 0x8ff, got 0x216b` which sounds awkward. Would be better as `Invalid packet checksum: expected 0x8ff, got 0x216b` https://github.com/ublox-rs/ublox/blob/b9f6ea1cec6011646932bd7bd24ced37009920d0/ublox/src/error.rs#L48

Add a job that runs `cargo-audit`, see more: https://rustsec.org/

Proprosed solution: https://github.com/boshen/cargo-shear