Ben Boeckel
Ben Boeckel
2.8.2 behaves a lot better, thanks. I think some recurrence rules are missing, but I want to compare with `khal` to make sure.
I think Trent is done with D (this is his only project I can see on his GitHub profile and no activity at all for a long time). There may...
Yeah, the reformat is going to be a pain for the rebase, but there are techniques for doing it (though you probably do need access to the reformatter tool). Between...
I'm aware of Meson. I'm also aware of its deficiencies and where it doesn't work for my CMake-based projects that I do work on (mainly related to it lacking full...
Ah, you're probably using the `math` command to get the versions then? Yeah, that'd strip the zero. Other than that (e.g., `string(SUBSTRING)`), CMake probably doesn't actually care. Probably better since...
If snaps are spawned from some central daemon, that central daemon needs to be in the namespace. But then *all* such apps will be in the namespace. Flatpak doesn't use...
I think following the pattern used in the [`graphql-client`](https://github.com/graphql-rust/graphql-client) would be great for this. Not so sure about the inline stuff. That'd be a very hairy macro implementation…
The Posix actions seem to use prefixes but Windows-specific actions seem to prefer split. I certainly prefer the former as it is one less variable to juggle, but consistency might...
This almost seems like a Git bug. Is git doing smudge filters on apply, but not diff? Is git applying smudge filters to non-tracked files? A minimal reproduction case would...
I looked into and have a patch for `--scan-replay-gain` :) .