Aleksa Sarai
Aleksa Sarai
### Motivation and Context Being able to support overlayfs on top of ZFS would allow container runtimes to efficiently use ZFS as a container filesystem, with overlayfs used for layering...
A few patches to improve image handling with our CI. Signed-off-by: Aleksa Sarai
Spun off from #431. Since https://github.com/rust-lang/rust/pull/61229, aligned enums have a stable representation and thus we should represent them correctly when generating non-opaque versions.
Split off from #431 Right now, we don't generate structs for `#[repr(packed(n))]` structures because it appears that there is a fair amount of difficulty generating the correct field alignments due...
I'm not sure if this is a known issue, but this tool seems to not be able to find Steins;Gate when running under Wine. I'm using the setup described in...
I've started seeing this error in CI more often recently (in GHA CI runs). I suspect there's a race with the kernel creating the cgroup dentries. Maybe we should have...
> Temporarily "unresolving" to un-hide on GitHub, and maybe there's some follow-up discussions to be had (NOT for this PR fwiw) but we can move the comment elsewhere. > >...
Here is a list of things that nsexec does today, and a description of possible ideas and challenges to moving them to Go: - [ ] Basic namespace creation can...
#### For bugs - Rule Id (if any, e.g. SC1000): SC2030/SC2031 - My shellcheck version (`shellcheck --version` or "online"): 0.9.0 - [x] The rule's wiki page does not already cover...
casync attempts to output all entries as a Full entry but for top-level entries, there is no "/" in the escaped pathname, resulting in the entry being treated as a...