Post #1308440
2026-02-19 14:03 UTC
So if you've been wondering why I'm into obscure bugs this week like:
- Figuring out why I'm missing icons in pavucontrol https://chaos.social/@blinry/116081436255395069
- Improving the man page of a Nix CLI helper https://github.com/nix-community/nh/pull/568
- Reporting broken shortcuts in the Firefox DevTools https://bugzilla.mozilla.org/show_bug.cgi?id=2017113
… it was testcases for tying out this "View Source Button". :P
Replies (1)
-
@blinry@chaos.social 2026-02-19 14:07
It's been fun, it feels like a new superpower to "quickly fix something and send a PR". It's also a super dangerous rabbit hole generator, because now that it's easy to fix stuff, it's very tempting to do so… 🐇 My prototype has some rough edges: It clones the latest commit, which doesn't always compile using the #nixpkgs setup (but it seems reasonable to check whether the bug is still there). And invoking the phases of the nixpkgs stdenv manually can be tricky. https://nixos.org/manual/nixpkgs/stable/#sec-building-stdenv-package-in-nix-shell