Maximilian Teegen
Maximilian Teegen
Since updating my system yesterday (including updating xorg-* to 1.20), blueshift does not start for me, but crashes with this output: ``` $ blueshift -c /usr/share/doc/blueshift/examples/bedtime Traceback (most recent call...
This PR ports the AVX implementation of SHA-512 to simd128 and adds wasm32 testing in CI using wasmtime. Since wasm does not have feature detection, this backend is only used...
The cmake command in netcdf-src with `static` feature fails for me on release builds. Steps to reproduce (in an empty folder) ```shell cargo init cargo add netcdf --features static cargo...
I recently [attempted](https://github.com/max-te/mutant-report) to use `mutation-testing-elements` to display [`cargo-mutants`](https://mutants.rs/) results. (Related discussion [there](https://github.com/sourcefrog/cargo-mutants/discussions/281)) This entry in the schema lead me to believe I could just set the required `language` property...
I took a shot at #372, and this is the result of that. I applied [decaffeinate](https://github.com/decaffeinate/decaffeinate) and brought the whole build system to a working state again. From my limited...