Ben Klein
Ben Klein
I see the [latest commit](https://github.com/LINKIWI/cloudflare-ddns-client/commit/24711e00f5d979f6f5eb0b288fb0ec45c58a0ece) does address the issue of local addresses being assigned as permanent addresses on the interface, but I wouldn't consider all other addresses to be "permanent"...
When using in a cron job I think I'd be nice to only receive output emails when an action was taken. Running once a day at midnight with local mail...
Made this modification for a project I'm working on. Purely feature-enabling, does not change any behaviour if feature is not used.
This is an alternative option for #416 which I believe has the following benefits compared to #421 - Does not require any additional processes, containers, or listening ports - Much...
I'm thinking that if you were to simply change the flow so that it commits a hundred or so times before it actually pushes, it could operate at a much...
When inserting nodes and relationships directly specified by internal IDs, I would expect the amount of time required to insert to be mostly linear with respect to the number of...
For terminals in focus, all their descendants acquire the same priority values when changed, however this makes using `nice` for a command completely useless. Two commands being tested: `stress -c...
This process is spawned at nice value `19` by default, but was changed to `5` by S76-scheduler. It's part of the `tracker-extract` package the same as `tracker-miner-fs-3`.
Noticed that a few things (mostly games) were running slightly poorer than they used to, like minor stutters or vastly higher minimum/99% frame times. Tried to apply `gamemoderun` but quickly...
I made an `@setup` test but some of the things never get parsed... ``` @setup { zinc_left=( zincs_userhost ) prompt_zinc_setup echo $zinc_left this is something that gets ignored by zunit...