Alexei Robyn

Results 18 issues of Alexei Robyn

I like a lot of the ideas in colmena, and as it's heading toward flake support I'm growing more interested, but there's a show-stopper for me: I need to deploy...

I recently ended up spending *many* hours tracking down a very weird, non-deterministic bug on some of my systems, involving import-from-derivation, which in the end turned out to be caused...

documentation

I've tried to split this up across commits to make it a bit easier to follow, but most of the changes are in the last few, as they're fairly heavily...

I've come across some mis-encoded FLAC files that have a metadata block 0 that isn't a `STREAMINFO` block (`STREAMINFO` is present at block 1 instead). Unfortunately, the way the [core...

Currently, you can browse the MPD library by Artist, but I'd prefer to optionally be able to browse by the Album Artist (if set, with a fallback to Artist if...

enhancement

I'd like to be able to keep secrets (say, SSH keys) in the same git repo with my host deployment configuration files, but right now that means I have to...

enhancement

This does two things to the `neuron_dir` configuration argument before using it in the autocmd path match for setting up mappings: 1. Resolves the real path; this is necessary if...

I have a spare OpenWRT-capable modem I'd like to try porting nixwrt to (a Netgear DM200), and too much spare time. Can you give me an idea of the high-level...

I'd like to be able to configure Aegis to automatically expire biometric authentication credentials after a configurable amount of time has passed, and on reboot. In other words, I want...

proposal

https://github.com/Mic92/dotfiles/blob/05c0dbc5ba882fbe4d51cffe6e124cdfcd924983/openwrt/nix_uci/__init__.py#L109 If you rely solely on uci batch commands, it's not possible to do. If you make use of some form of on-device scripting, it's trivial, and this is what...