Joe Eaves

Results 14 comments of Joe Eaves

I tried EventEnv two ways but no dice. 1. This caused a deadlock: ```golang func (c *Toggle) Switch(e vugu.DOMEvent) { ee := e.EventEnv() ee.Lock() c.Show = !c.Show ee.UnlockRender() log.Printf("Toggled! Show...

I tried putting the switch logic directly in the click handler but no luck there either. In this form, the log message still prints the correct thing as if `c.Show`...

I also see this issue. I am trying to setup te action in this branch: https://github.com/Nuxij/charts I receive `Error: no repository definition for https://charts.bitnami.com/bitnami` I tried adding a "dependency" stage....

Hi this is still biting me on 1,22. I have to change the endpoints to be `InternalIP` and enable the apiService

I just started getting this issue randomly.. ```terraform resource "digitalocean_database_cluster" "saas" { name = var.cluster_name engine = "mysql" version = "8" size = "db-s-1vcpu-1gb" region = var.region node_count = 1...

Any news on this?

I have this issue too. I followed the guide but the nginx examples make it so I keep redirecting to http://domain:82 or http://domain:81. Don't understand how to fix it.

I had this issue last year and came back hoping it was fixed. Maybe ill have to fix it myself

Looks like you've done more research than me, I'll check coredns next time I see an issue like this. I have a default node pool with a taint and an...