Daniel Watkins
Daniel Watkins
We're introducing InfluxDB reporting in to a batch job pipeline we have. However, we don't want to introduce a runtime dependency on our InfluxDB server (as it's only intended for...
Not all Linux hosts have access to their kernel (e.g. LXD containers, OpenVZ guests) to load a kernel module. For such environments, wireguard-go is required: it would be great if...
As I'm using an article-enabled Mastodon instance, it would be nice if RSS posts showed up as Articles for me, instead of Notes. (I don't really know enough about the...
As I have never run `mutmut` before, I left it running in the background while I continued to do some work, and discovered that the mutations happen on the codebase...
The nature of `mutmut` is that the tests will take a fair amount of time to complete. I would like to be able to start looking at the surviving mutations...
On a completely fresh project with mutagen as a dev-dependency: ``` $ grep -B1 mutagen Cargo.toml [dev-dependencies] mutagen = "0.1.1" ``` I see the following error when I run anything...
I'm looking at using `tw_gcal_sync` to sync my upcoming meetings into taskwarrior. I have some events on my calendar that I will never want synced (e.g. "Lunch (via Clockwise)"). I...
I'm currently using `astpath` to determine if we need a function's lone keyword to be optional, or if all of its callers pass it and therefore we can make it...
Given #13, I would like to run `astpath` explicitly against my code directory (`cloudinit/`) and my legacy tests directory (`tests/`). If I invoke `astpath` with both directories: astpath "//Str[@s='system']" -d...
This is unlikely to be the desired behaviour of most users.