Matt Fields (NC State University)
Matt Fields (NC State University)
Here's the `cluster.d/dev-cluster.toml`: ```toml [dev-cluster] title = "Dev Cluster" db-servers-hosts = "10.36.21.123,10.32.21.123" db-servers-prefered-master = "10.36.21.123" db-servers-ignored-hosts = "" db-servers-connect-timeout = 5 db-servers-read-timeout = 15 db-servers-credential = "[REDACTED]" db-servers-tls-ca-cert = ""...
It looks like this is an issue in the underlying `termbox-go` dependency due to an update to ncurses terminfo format: https://github.com/nsf/termbox-go/issues/185 I think the dependency is version-locked to a few...
I'm not very fluent in the language, so I'll leave the actual change to the experts :)