Zane van Iperen

Results 72 comments of Zane van Iperen

So something like this? ```yaml metadata: annotations: k0sctl.k0sproject.io/node-labels: "node-role.kubernetes.io/master,label1,label2" ``` That's probably the nicest way to do it, as least that I can think of.

> An alternative for now could be to use a different user with a stronger password for your scripts (that has no 2fa). Indeed, I didn't consider that... > Also,...

This is probably something screwy with MPRIS and your screen locker/DE trying to be nice. I have the same behaviour on KDE when I have `Pause media players when suspending`...

> Oh, small, additional comment, for what its worth, #1036 indicates that "MusicBrainz Release Track ID", which I believe in the MusicBrainz documentation corresponds to the ["MusicBrainz Track ID" (tagged...

Confirmed, I've just hit the same issue. Interestingly, it only happens when run in a Docker container. The exact same binary (with the same database and library path) works when...

Root cause: https://github.com/navidrome/navidrome/issues/1918

Not sure if relevant, but I see this fairly consistently (i.e. almost every time I `nixos-rebuild`), mostly with `man` outputs: ``` error: derivation '/nix/store/zbbh13kgkzi2xjapiax8l5vzkr85izli-user-environment.drv' requires non-existent output 'man' from input...

I dropped a `-v` (only had 4), but managed to reproduce it: https://cadance.vs49688.net/cache/badlog.redacted.txt.xz (32MB uncompressed) EDIT: It always seems to happen on `i686-w64-mingw32-stage-final-gcc-wrapper-11.3.0.drv`, which is one of: ``` (pkgsCross.mingwW64.stdenv.cc.override({ extraBuildCommands...

Sheer luck, there happens to already be a trailing whitespace already there. I copied it from https://github.com/NixOS/nixpkgs/issues/156343#issuecomment-1019557774

I used to do that, but my library is now at the scale where needs to be managed by beets, so that won't work unfortunately.