Edwin Mackenzie-Owen
Edwin Mackenzie-Owen
No, I ended up using a custom ROM and compiling the kernel from their source. I can only guess that the source in this repo is either outdated, or has...
> @sysedwinistrator are you still on it ? I added the injection of the new templates to the code in the Makefile that also injects the condition templates in the...
> @sysedwinistrator smart ! I fear it will break with empty object though, I would recommend using a template instead. > > Shall I push changes in your fork ?...
> +1 on this, I'm getting the same error when using a custom xkb_map input method with sway. edit: a quick workaround is to just set `wayland.windowManager.sway.checkConfig = false;` I...
> Looks like this: [[QTBUG-113574] Incorrect sizing and bad text rendering with WebEngine using fractional scaling on Wayland - Qt Bug Tracker](https://bugreports.qt.io/browse/QTBUG-113574) The bug has been fixed: https://codereview.qt-project.org/c/qt/qtwebengine/+/569910 The fix...
Hi, I just [took a stab](https://github.com/sysedwinistrator/systemd/tree/radv-fadeout-rebase) at this, as it was blocking my router's upgrade to NixOS 25.05 / systemd 257. @Zocker1999NET feel free to incorporate my branch into this...
Some of the Nix code I use: Helper functions I inject into `lib.k8s`: ```nix lib: let inherit (builtins) attrValues mapAttrs; inherit (lib) concatStrings; in rec { attrsToContainerEnv = envAttrs: lib.attrsets.mapAttrsToList...
> Hi @sysedwinistrator thanks for this, I think it'll be great if nix-snapshotter supported multi-arch images given nixpkg's great cross-compilation support. > > Can we generate a manifest index (leveraging...
> @sysedwinistrator will you release it from draft status? Sorry, I had completely forgotten about this PR. In the project I'm working on we already have to merge metric prefixes...
I've also changed the code to initialize the return array in the beginning of the function (to ensure it doesn't return a nil array if the input is an empty...