Wanja Hentze
Wanja Hentze
dns.nix appears to [unconditionally append a period](https://github.com/kirelagin/dns.nix/blob/c27914e527b79912ddc86a0f0f1ae5bd6a325519/dns/types/record.nix#L44) to the name component of all records. This rules out creating records such as `subdomain 60 IN A 1.2.3.4` i.e. ones where the...
In its `Drop` implementation, `ArcCell` unconditionally creates an owned `T` from the atomic pointer it holds. Therefore, cloning an `ArcCell` will cause the `T` to be dropped twice, leading to...
fixes https://github.com/NixOS/nix/issues/5545.
# Issue This input: ```nix let foo = { bar = ""; }; inherit (foo) bar; in bar ``` results in this lint: ``` Unused `let` bind `foo` at linter-repro.nix:2:3...
**Describe the new feature you'd like** It would be useful if the extension displayed GPU load and memory usage for AMD GPUs. **Additional context** I know this gets requested a...
This is my attempt at making this crate (at least with default features) work on stable rust. Mostly just putting this up to see what you think, so it's a...
More specifically, when run on a machine with non-EFI boot where /boot is a mount point, you get the following error: ``` mv: cannot move '/boot' to '/boot.bak': Device or...