Paul "TBBle" Hampson

Results 386 comments of Paul "TBBle" Hampson

This issue should probably remain focussed on implementing the pointer bindings themselves, and bindings for the existing pointer operations that are currently hard-coded. New features, such as "copy to/paste from...

Does Vulkan actually work inside WSL2 for you? And if so, can it be gotten working inside a regular container? (I'm not sure if we have vulkaninfo available inside the...

I just hit this, and unless there's a better way to build filenames for test fixtures that I (a very new Rust learner) am unaware of, the solution probably needs...

> * Use SetVolumeMountPath to mount snapshots on target folder This should be `SetVolumeMountPoint`. It took me a little while to work out why I couldn't find anything useful by...

"archive diff is implemented for Windows layers" is #4394 with PRs #4395 and #4399. I intend to look at "Commit uses archive diff to turn writable layer into a read...

I forgot to follow-up at the time, but "Commit uses archive diff to turn writable layer into a read only parent layer" is PR #4415, and "Use SetVolumeMountPath to mount...

My understanding of the blocker is that the person who is the intersection of Windows Containers experts and containerd Maintainers is @jterry75, who is or was on leave last time...

I've rebased the first PR (#4395) but haven't rebased the rest of the series as they'll need to be rebased on #4395 anyway, and the changes themselves shouldn't be heavily...

Sounds good. ^_^ I've flicked the higher two PRs (#4415 and #4419) back over to Draft as I want to implement parentless snapshots as locally-created base OS layers, now that...

As far as I'm concerned, status is that #4419 is the next step, which depends on https://github.com/microsoft/hcsshim/pull/901 (and possibly a small amount of extra work for Windows Server 2022, I...