We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I had the following crash: "panic: runtime error: index out of range".
I couldn't reproduce it. This is on Mac.
goroutine 39 [running]: github.com/moncho/dry/appui.(*ContainersWidget).OnEvent(0xc0000ce2c0, 0xc0001f1540, 0x1532b40, 0x3) /opt/gocode/src/github.com/moncho/dry/appui/containers.go:146 +0xdd github.com/moncho/dry/app.(*containersScreenEventHandler).handleKey(0xc00049caa0, 0xc0000b000d, 0xc00001c470, 0x0) /opt/gocode/src/github.com/moncho/dry/app/container_events.go:439 +0x41a github.com/moncho/dry/app.(*containersScreenEventHandler).handle(0xc00049caa0, 0xd0000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xc00001c470) /opt/gocode/src/github.com/moncho/dry/app/container_events.go:23 +0x46 github.com/moncho/dry/app.RenderLoop.func5(0xc0003b41e0, 0xc0000b9260) /opt/gocode/src/github.com/moncho/dry/app/loop.go:84 +0x118 created by github.com/moncho/dry/app.RenderLoop /opt/gocode/src/github.com/moncho/dry/app/loop.go:79 +0x260
you can see a screenshot here: https://imgur.com/a/xL7A6Gs
The text was updated successfully, but these errors were encountered:
Not panic if the container list becomes empty
e707ef5
The error is somewhere else, but this change should avoid panicking. Refs #83.
Fixed in v0.9-beta.8.
Sorry, something went wrong.
No branches or pull requests
I had the following crash: "panic: runtime error: index out of range".
I couldn't reproduce it.
This is on Mac.
you can see a screenshot here: https://imgur.com/a/xL7A6Gs
The text was updated successfully, but these errors were encountered: