Brian Cooper

Results 20 comments of Brian Cooper

@mattparrilla I had the same issue on the MetaMask Android app, and discovered that the issue was occurring when using the MetaMask connector's eager connection functionality (`metamaskConnector.connectEagerly()`) which was added...

I am now encountering this issue on desktop with eager connection enabled -- the MetaMask provider in https://github.com/tmm/wagmi works if reliable automatic connection is needed in the meantime (I suspect...

Ah, it seemed like the same issue based on your description since I was able to reproduce on Android and iOS, and occasionally on desktop with `v8.0.19-beta.0` of the MetaMask...

@yaacovCR Sounds awesome, would love to take a look. Was your `schema-stitching-demos` repo made private or removed?

Awesome, thanks a lot! Super useful.

It would be awesome to have input validation built into Nexus! [nexus-validate](https://github.com/filipstefansson/nexus-validate) by @filipstefansson is a nice package that looks somewhat similar to this proposition, and uses `yup` under the...

I just encountered this when attempting to modify `nodePool.size`. Setting other properties, including autoscale properties (`autoScale`, `minNodes`, `maxNodes` did not cause a full recreation, but changing `size` causes a full...

> Thanks for the report, this must have been very annoying. > > I would suggest that in these instances we could print something like this > > "We were...

> Originally went I did a fresh install, I opted out of installing cilium-proxy and went with the default kube-proxy > > I tried everything under the sun for a...

@AdamPodolski's suggestion worked for me (`"prettier.bracketSpacing": false`). An alternative solution is to use a `.prettierignore` file with `*.yaml` inside, which will still allow Prettier to add bracket spacing on other...