Results 599 comments of Wes McNamee

Ya, ok, so I think I understand now. Basically, the problem is that by forcing the application to redraw in a goroutine, and by not having much in the way...

The other solution here is to provide an additional cluster role and rolebinding that grants access to nodes explicitly.

Since you can bind multiple roles to a service account (and the permissions are additive) that's what I did. This issue serves as a indicator that the manifests provided to...

Ugh. that's unfortunate. At least maybe you can fill out the Page and provide a link to github and the travis build and all that.

@stevesloka I've submitted a PR to enable Dockerhub to build the image (as Dockerhub won't run any prerequisite steps such as `make build`)

any movement on this?

There's a couple technical limitations with that. 1. In Vanilla Minecraft, creepers will only blow up when they are next to a player, so it will never be random, it...

@patricklucas are you saying that auth is checked just once for the initial docker command, but not for subsequent http requests (as part of the same command)?

@brunetto your JSON Marshall operation is happening before the ARN (which is a future) resolves. You must marshal inside of an Apply