Jonathan Strong

Results 26 issues of Jonathan Strong

modification to handle version input either via command line (how it worked) or as piped stdin input: ```console $ echo "1.2.3" | ./increment_version.sh -p 1.2.4 ```

``` error[E0507]: cannot move out of `self.opts` which is behind a shared reference --> /data/src/rust-dpdk/target/release/build/dpdk-sys-e34f0fe463474727/out/dpdk.rs:62460:5 | 62450 | #[derive(Debug, Default)] | ----- in this derive macro expansion ... 62460 |...

these work like `read_npy` and `write_npy` but write compressed `.npz` files instead. I wanted this functionality for writing ephemeral array files to be able to check something later if needed...

on an aws windows instance, `num_cpus::get()` returned 48 for a machine with 96 logical cores. I expected the result would be 96, not 48, the number of physical cores. num_cpus...

help wanted

Hey - I've been looking for examples of how to write fast querying operations in Rust and came across this. I was interested in whether you are still working on...

I don't think this is possible with rhai-doc as is but wanted to double check. in my case I have a fairly large api of registered rust types/functions that I...

enhancement