John Cowen
John Cowen
> Every time after running brew upgrade locally, I'm blocked from running git commit until re-linking an older version of Node.js with brew link --overwrite node@14 @mikemorris FYI you can...
> FWIW I'm using [volta](https://volta.sh/) for managing node versions and not nvm or asdf. I guess everyone has their favourites I just went with what other HashiCorp repos were using...
FYI, this was just something I'd noticed with our current setup. As we'd never properly finished the move to workspaces in https://github.com/hashicorp/consul/pull/8994, I quite often go to commit things in...
@evrowe did you mean to approve this with that last comment? > These changes should be good to commit as-is.
If the `Type` field in the HTTP response that the UI uses is empty then we assume that is a serf check. Possibly or possibly not useful UI PR https://github.com/hashicorp/consul/pull/10194...
Question: is this the `null` we are encountering? https://github.com/kumahq/kuma-gui/blob/release-2.4/src/services/kuma-api/KumaApi.ts#L206-L208
Kinda related, during a demo we mentioned have the button floating somehow so its always visible if you are scrolling up and down the config. That suggestion might not be...
Just wanted to note here that we shouldn't be querying any Envoy API admin calls if the Zone is offline. From reading the description here I couldn't figure out if...
Does the fact that we are nesting the 'gresses inside of the Zone change anything here? (see https://github.com/kumahq/kuma-gui/pull/1586) We should probably load the ZoneOverview around all the tabs (looks like...