Sandro
Sandro
When used in combination with LDAP there is not upstream which could solve this.
This happens with any program (cat, vim, shell). It also does not happen with windows terminal where the result is immediately pasted. I tried pasting ``debug_key_events=true`` from my cliboard ```...
> it seems like Win+V pops up a history dialog, but you're not talking about that. I am talking about that :) Meta is the Windows key.
Couldn't we make wezterm recognize Win+V and only after that Ctrl+V?
I found a nice workaround and just replaced my windows clipboard with https://github.com/hluk/CopyQ which does not have that problem and also you can search in the history&paste dialog.
I just produced this in a CI run: ``` NixOS-packages.json-ga.json> Done NixOS-packages.json-ga.json building '/nix/store/ldj68ywh0kx6kcw5r5ffwgn8m7lzv4nx-NixOS-packages.json-gd.json.drv'... NixOS-packages.json-gd.json> Building NixOS-packages.json-gd.json NixOS-packages.json-gc.json> Nix crashed. This is a bug. Please report this at https://github.com/NixOS/nix/issues with...
This not only makes it harder for us to package the software in NixOS but also is moody signal from a security/compliance perspective as the released software can not easily...
> Do you enable the BPF targets (`bpfel-unknown-none` and `bpfeb-unknown-none`) in stable Rust toolchains in NixOS? Yep, https://github.com/NixOS/nixpkgs/blob/a421ac6595024edcfbb1ef950a3712b89161c359/pkgs/development/compilers/rust/rustc.nix#L159-L160 > After that, [bpf-linker](https://github.com/aya-rs/bpf-linker?rgh-link-date=2025-08-26T06%3A27%3A21.000Z) can be installed with support of the specific...
I did a little research and at least for dolphin/kio the xattr support does not seem to be great. Also there is no universal xattr support so many tools and...
When activating nftables on NixOS I got a `No such file or directory` error on this line `fib saddr . mark . iif oif exists accept` and could get it...