Orkking2

Results 5 comments of Orkking2

Note that the following executes with no errors and produces the indented output: ``` use reqwest::Client; use serde::{Deserialize, Serialize}; use serde_json::to_value; #[derive(Serialize, Deserialize)] enum Params { EnumA(EnumA), EnumB(EnumB), } trait...

I've also noticed that the `Iterator` syntax of the CQ is almost completely useless because there is no way to `sync` the CQ after it's been exhausted, since using it...

I apologize for the PR overloading. Perhaps performance wasn't the right way of proposing this change. It is *trivially obvious* that this cloning paradigm will only ever create more instructions...

I propose that `push_multiple` is still a useful abstraction because it doesn't need to check for every element if there is room in the SQ. I think perhaps a useful...