Péter Szilágyi

Results 106 issues of Péter Szilágyi

When a struct is tagged with `Deserialize` and has multiple fields with the same rename, an unreachable pattern warning is raised, correctly. The same does not happen for `Serialize` however,...

There have been two issues regarding this already reported: https://github.com/Yubico/yubico-piv-tool/issues/287 and https://github.com/Yubico/yubico-piv-tool/issues/409. Yes, it is possible to target a specific YubiKey out of multiple plugged in ones, but that list...

The float spec defines certain values as "denormalized", where depending on the compiler implementation and flags, may or may not be truncated to 0. This AFAIK can even be controlled...

Your notion of a `unit` with no produced encoding makes Borsh non-bijective any more. https://play.rust-lang.org/?version=stable&mode=debug&edition=2024&gist=fa0e19ff173c1b526f6503e3b96f9f8f ```rust use borsh::{from_slice, to_vec}; fn main() { let a: u64 = 42; let encoded_a =...

I've just upgraded from `0.3` to `0.5`. Interestingly, whereas the encoding performance went up, the decoding performance went down: ``` Benchmark Environment: OS: Alpine Linux 3.23.0 Kernel: 6.12.60-0-rpi Arch: aarch64...

### Printer model MK4S ### Firmware version 6.4.0 ### Upgrades and modifications MMU3 ### Printing from... Doens't matter ### Describe the bug The 6.4.0 family of firmwares is broken for...

bug