hechang27-sprt

Results 5 comments of hechang27-sprt

After reading through the documentation, and reading through several issues with the same error, I still didn't know that: 1) you HAVE TO add a `ctx = "_: Endian"` to...

1. Please FIX the doc. Actually SPELL IT OUT that you have to add a `ctx = "_: Endian"` in child struct when you specify `endian = XXX` in parent...

Here is the actual working code if you want to explicitly specify endianness, for those confused: ```rust #[derive(Debug, PartialEq, Eq, DekuRead, DekuWrite)] #[deku(endian = "big")] pub struct IpPacket { #[deku(bits...

Yep, I find it weird that despite seemingly supporting atomic integer, there is not a single example in the documentation about it.

Things like this should be prioritized... even `bun rm package && bun add git+http://link-to-git-repo#commit-hash` fails to retrieve the latest version for me, nor does removing the entry from lock file...