Atemu
Atemu
Same happens with Zink and llvmpipe too. Which driver *does* this work with? Nvidia's?
Which drivers have you tested it successfully with? @WAUthethird?
@WAUthethird Given that I've tested three OGL drivers that are known for close adherence to the spec, Nvidia's is probably the odd one out. You're might be doing something that...
After removing `-lstdc++fs`, it does build for me inside a Nix derivation on aarch64-darwin.
While I agree that there should be a marker for auto-generated packages, here are a few arguments for counting Nixpkgs' auto-generated packages as "packaged": * The packages go through roughly...
I actually still think fully auto-generated packages should at the very least be marked and probably even excluded from total numbers but I'd also be fine if that weren't the...
This problem still reptoduces for me. It's not just fling after zoom being an issue though; fling is generally a bit too "sticky" I feel.
Fixed by https://github.com/seemoo-lab/opendrop/pull/95
This is out of date I believe. This is where the build currently fails: ``` emacs-ng> error[E0512]: cannot transmute between types of different sizes, or dependently-sized types emacs-ng> --> /private/tmp/nix-build-emacs-ng-30.0.50.drv-0/cargo-vendor-dir/display-link-0.2.0/src/macos.rs:24:16...
In my case the interface was not managed by NetworkManager, dhcpd etc. or connected to anything. What fixed the issue was simply setting the link down via `ip link set...