Results 4 issues of Name

Whenever I go to compile it rust panics :( ```shell cargo build Compiling serde_derive v1.0.114 Compiling libgit2-sys v0.12.7+1.0.0 Compiling darling_macro v0.10.2 Compiling cuckoo_miner v4.0.0 (/Users/Name/Crypto/Grin/grin-miner/cuckoo-miner) Compiling enum-map-derive v0.4.3 Compiling term_size...

I, unfortunatly, don't have the time to work on this anymore. If anyone would like to take the mantle of this repo, please reply to to this issue. Joining the...

help wanted
good first issue
meta

# Heyo 👋 Url queries that have been url encoded are improperly cast to structs containing vectors. Some example code for this: ```rust #[derive(Deserialize, Debug)] struct MultiPrintQuery { things_to_print: Vec...