⭐️NINIKA⭐️
⭐️NINIKA⭐️
Rebased & fixed the length check
This is an unfortunate degradation of ergonomics compared to 1.x release, where the `derive(BinRead)` worked without the `impl` mode
Is it possible to have the textual `Debug` and `Display` implementations when using the `impl` mode?
Until the `Debug` impl can be derived without boilerplate (tracked in #395), I'll have to stick to bitflags 1.x.
I've tried debugging this when this happened to me. I think this is due to local storage going into an inconsistent state, where getting the `'index-std-nightly'` key returns an object...
@Diegovsky, it's pretty tedious, but this is how I did it: 1. Go to `about:addons` 2. Press Gear Icon > Debug Add-ons 3. Find the Rust Search Extension 4. Press...
I have a similar issue with a type like `Result`. Seems like the generics support in general is a bit iffy. This can be worked around by using type aliases:...
I kind of don't like how fragile this approach is: any mismatch between the `encode_as_*` function implementation and the derived scale encodings (that can be easily created by accident when...
I am in favor of having human-readable suffixes in config, this makes it much easier to write large values by hand. Oftentimes, when a large value is needed, you would...
This new API doesn't allow to represent the filter "account created events within domain wonderland", which the previous system allowed. This still can be implemented with the flattened approach by...