Antoni Spaanderman

Results 44 issues of Antoni Spaanderman

In the WriteBatch struct, I changed the `Vec` fields to `Vec`, which saves on memory allocations when indexing blocks and putting the results of that in the db, before this...

closes #1044 Feel free to edit any of the messages by directly committing (but review is still fine) Is `std::process::exit(1);` desirable? This forces users to remove the flag with a...

**Describe the bug** The config fields `daemon_dir` and `args` (in src/config.rs) and `timestamp` (in the generated config struct) are unused. I discovered this by running a very recent build of...

bug

on this target, u8, u16, u32, u64 and usize all have an align of 1, usize is 2 bytes wide (like u16), so my project doesnt compile because i (transitively)...