Maximilian Teegen
Maximilian Teegen
It does work if i roll back just xorg-server to 1.19.6+13+gd0d1a694f-2, the version I had before (this is on Arch Linux). Redshift using randr still works for me on 1.20.
Ah, sorry I was busy with another issue. Anyway, this issue is driver dependent. It appears on my desktop with the Nvidia binary driver and on my laptop with Intel...
This is particularly annoying since barcode scanner forces landscape mode and the change back to PassAndroid cancels editing the barcode.
No, fixed rotation does not work for me: When returning from Barcode Scanner to PassAndroid, PassAndroid changes rotation very briefly. The only method which works is keeping the phone in...
I also ended up porting the SHA-256 algorithm from https://github.com/aws-samples/sha2-with-c-intrinsic/blob/master/src/sha256_compress_x86_64_avx.c and updated this PR. Here are updated benchmarks with simd: ``` test sha256_10 ... bench: 22 ns/iter (+/- 0) =...
A workaround is to force a debug-build of hdf5-src: ```toml [profile.release.package.hdf5-src] opt-level = 0 ```
Thanks, it compiles now, but as soon as I use e.g. `netcdf::open`, the linking fails: ``` error: linking with `cc` failed: exit status: 1 | = note: LC_ALL="C" PATH="/home/max/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/home/max/.cache/zsh/zinit/polaris/bin:/home/max/.nix-profile/bin:/nix/var/nix/profiles/default/bin:/home/max/.nix-profile/bin:/nix/var/nix/profiles/default/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/opt/android-sdk/platform-tools:/var/lib/flatpak/exports/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/opt/rocm/bin:/usr/lib/rustup/bin:/opt/android-sdk/platform-tools:/home/max/.cargo/bin:/home/max/.local/bin" VSLANG="1033"...
That was a pointer in the right direction. I do have `hdf5-openmpi` 1.14.3 installed on my system (Arch Linux) as a dependency of FreeCAD. When I uninstall that and `cargo...