Samuel Burnham
Samuel Burnham
Now that #604 is merged, rustyline compiles to `wasm32-unknown-unknown` on the master branch when the `with-file-history` feature is disabled. Thanks @gwenn! There are still a few warnings about unused variables/imports,...
Regarding no-std support, anyhow seems to work fine but requires using `.map_err(anyhow::Error::msg)?` instead of just `?`, for example: ``` impl Encode for [u8] { fn encode(&self, _: RawCodec, w: &mut...
!benchmark --bench fibonacci --features cuda
Agreed, sorry I didn't realize "Should fix X" actually closes the issue
Related: https://github.com/lurk-lab/lurk-rs/pull/581#discussion_r1284748827 - We should have a default config file location, eventually one for global and one for local settings. - It may be more user-friendly to not allow customization...
This is great, automated compatibility between the two repos would be amazing. I think we can hash out the CI details after the unit tests are set up, but my...
!benchmark --bench compressed-snark --bench compressed-snark-supernova --features cuda