Duncan Overbruck

Results 196 comments of Duncan Overbruck

The image is already used, but last.fm just provides the generic star image. It seems like they removed support for that. https://stackoverflow.com/questions/55978243/last-fm-api-returns-same-white-star-image-for-all-artists So this would need to use some other...

Would also be nice if the scrobble abstraction can also update local playcounts when submission mode is used so clients like DSub can update the playcount if they are used...

Nice, thank you. Only missing parts for linux are `nprocs` and `rprocs` but I think I'm going to add them tomorrow. After getting some of the dependencies to build with...

Nice thanks. I'm running the code in master now on two machines, I'll keep an eye on it. With musl `./configure && make` just works, for glibc I defined `LDADD_SLANT_CGI=-ldl`...

https://github.com/void-linux/void-packages/blob/a279abf769ef7cab6ebb49d8c99bf774a2ff97b8/srcpkgs/efibootmgr/files/README.voidlinux#L17-L19

Most init systems are able to `pivot_root(2)` and `chroot(2)` back into the initramfs and then execute halt/reboot/poweroff from within the initramfs. In dracuts case the script `/usr/lib/dracut/modules.d/99shutdown/shutdown.sh` is what would...

files in `/usr/share` will always be overwritten on updates, configuration files for xbps from users go into `/etc/xbps.d` see `man xbps.d`.

One problem with repodata as source is, that its not signed. Most other metadata is at least checked against what the signed binary package provides on install/update.

This should resolve all issues with switching files between real and alternatives (https://github.com/void-linux/xbps/pull/253). Additionally files.plist is now loaded and added to the transaction files at the same time scripts are...