Ben Boeckel
Ben Boeckel
If that works, fine, but note that you'll effective minimum version will then be the version that finally shows up in (and works). Note that the `FindHoloPlayCore` breaks `find_package(ParaView)` when...
> In current implementation, I'm using the cpp20_modules feature to control if a target should be scanned. This only works for the whole target, not for individual files. That's probably...
It is my understanding that the more important point is that there is no possibility for "interruption" during critical sections in realtime applications. So a bump allocator (with guarantees about...
That makes sense. It might make sense to have support for multiple version string interpretations. Off-hand I can think of: - semver (x.y.z) - GNU (leading zeroes matter) - rpm...
Just whinging it here: ```rust trait VersionScheme: FromStr { fn cmp(&self, rhs: &Self) -> Ordering; } impl PartialEq for T { // use `VersionScheme::cmp` } impl Eq for T {...
If history is rewritten[^rewrite], one can use [`git-replace`](https://git-scm.com/docs/git-replace) to map old hashes to new hashes. [^rewrite]: if my vote counts for anything, I don't think it should be; removing all...
You can also merge locally, sign the merge commit, and push that. The PR's HEAD commit being reachable from its target branch will mark it as merged (squash merging is...
GitLab has a way to force "allow maintainer to push updates" to allow for rebase-merge to be done without PR author participation. Not sure if Github does (unlikely given the...
Split from #4 in case it isn't needed.
I think that would just make all album images appear the same. I'm fine with a local patch until dunst gets a proper fix.