Wes McNamee
Wes McNamee
Can you provide full repro steps for this?
What command are you running to start the container? That's what I meant when I asked for full repro steps.
I think this is an issue with docker. If you set to restart always, does that work? Basically have docker try to restart the container continuously, and when the printer...
@mdwhatcott why did you move to gunit? Are you recommending folks do the same?
I'm doing something to allow labels to differ between the deployment itself and the pod template ``` _Object(apiVersion, kind, name):: super._Object(apiVersion, kind, name) { local this = self, metadata+: {...
the bitnami library is technically doing this correctly, in that, the select points to the _pod_ labels. Which matches the documentation. ``` selector: { matchLabels: deployment.spec.template.metadata.labels, }, ``` https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#selector >...
I'm interested in the finer details of the concurrency issues that are involved here. I'm new to using this package and I'm starting down a similar path. Here's the relevant...
Interesting. I'm not sure how a background loop to cause the app to redraw is a problem. In your snippet, what happens when the terminal is resized? or some other...
So what if you set the text, and use the OnChanged of textview to redraw?
Oh because setText isn't thread safe