Martin Ashby

Results 16 comments of Martin Ashby

> An option in the 3 dot menu would also be nice, agreed, this is the first place i looked and it took me ages to find the actual option...

I happen to have been working with ZIP files in zig anyway, so I might take a shot at this if it's ok. I have a branch to start with:...

> What's the best way to test ZIP extraction? I see that there's a suite of tar files in lib/std/tar/testdata, but given recent events I would feel uncomfortable checking more...

I think I found the problem. Immutables project itself has a big list of all types that it considers to be Optional types, and it's outdated since the rename to...

Ah, thanks for the clarification. As a workaround it's possible to call `.build()` first, then set the optional members using `.withXyz` method calls. This would only be a blocking problem...

It looks like this was already implemented in https://github.com/kreuzwerker/terraform-provider-docker/commit/78c42d7657cd9e1ab6216fce2c798d9b09980550 See https://github.com/kreuzwerker/terraform-provider-docker/blame/3b904484f4c8fce8234c451f8927c8b14260b4f7/internal/provider/resource_docker_image_funcs.go#L359