Tycho Andersen

Results 15 issues of Tycho Andersen

## my urfave/cli version is v1.22.4 ```go package main import ( "fmt" "os" "github.com/urfave/cli" ) func doThing(ctx *cli.Context) error { fmt.Println("slice-arg:", ctx.StringSlice("slice-arg")) fmt.Println("slice-arg:", ctx.StringSlice("slice-arg")) fmt.Println("slice-arg:", ctx.StringSlice("slice-arg")) return nil } func...

kind/bug
help wanted
area/v1

Per #803, there seems to be some confusion about how tools should fail when they encounter unknown layer types. Container runtimes cannot satisfy the bit about: The final filesystem layout...

Hi, I just hit https://github.com/opencontainers/runtime-tools/pull/676 again when updating vendor dependencies for a tool, because runtime-tools hasn't had a release since then. Any chance we can get one? Thanks!

Right now, we are using tools like containers/image to transport images and `umoci copy` viz. #359 will be awesome to use to replace this. One problem we have with containers/image...

I have a tree with a large number of untracked files, and calling Status() is slow. When I profile it, it seems to be hashing all of the untracked files,...

performance

We'd like to be able to cancel jobs using this API, so add a wrapper for it.

### Issue description I'm getting some errors from the layering code, and when qtile gets into this state, it gets very confused and will refuse to do many things, so...

status: unconfirmed

I see the documented https://cgreen-devs.github.io/cgreen/cgreen-guide-en.html#xensure `xEnsure` macro, but I have a test where I want to skip things at runtime (based on whether or not the kernel I'm using has...

This is a defense-in-depth against layers being modified while on disk.