Niklas Hambüchen

Results 625 comments of Niklas Hambüchen

> I have already removed the dependency for `unliftio` from my packages on github. > I'm now trying to remove it from `warp`. @kazu-yamamoto Not sure that's a good idea,...

> I would like to go with only `Control.Exception` and carefully write up exception handlers to rethrow asynchronous exceptions. I think any choice you make for `network` in this regard...

There are now 4 reasons why the install instructions don't work: * `unrecognised flag '-c'` * What did `-c` even do? * `experimental Nix feature 'nix-command' is disabled` * `default.nix`...

I found a workaround, tested on commit 074e47e7a813312c758f8f121d82041d312b9413: `nix run`: ```sh nix --extra-experimental-features nix-command run --impure --expr 'let repo = builtins.fetchTarball https://github.com/ryantm/nixpkgs-update/archive/main.tar.gz; in import "${repo}/pkgs/" { system = "x86_64-linux"; self...

> if you need something that is different from remap(), such as affine or perspective warps, then it's not remap() that you need, but those specific things. @crackwitz I do...

> That also expects you to implement the sampling itself Right, ideally remap would do that for me, making he handle only the coordinate transform. --- I explored a middle...

The motion is great, and I want and need this, but I think what's in this PR is not enough to make it work well. I already did most of...

Still happening to me with pipewire `1.4.7` and Mumble `1.5.735` on NixOS 25.05.

## Workaround ```sh DISABLE_RTKIT=1 mumble ```