Jordan Pellizzari

Results 46 comments of Jordan Pellizzari

@foot We could do something like: ``` javascript if (document.activeElement.type !== 'textarea' && document.activeElement.type !== 'input'){ // do shortcut stuff here } ``` Then we wouldn't have to catch individual...

Probably an issue with the `inotify` settings on the "node" which in this case is a docker container: https://github.com/kubernetes/kubernetes/issues/64315#issuecomment-904103310

Gave up on this for now. I tried getting rid of individual exports, but gave up due to not having very good control of the build system in EE. It...

> The top level `module` field is there to signal to module consumers that its esm. The `./index.js` lines up w/ `./dist/index.js` once the package.json is copied into the dist...

I think this needs to be merged first?: https://github.com/weaveworks/weave-gitops-enterprise/pull/755

@bia Not sure what the difference between a `Kustomization` and `KustomizationAutomation` would be in the example. I believe those would be the same object in Kubernetes. I am only asking...

^^ That is a bug: https://github.com/weaveworks/weave-gitops/issues/1597 :+1: on removing it

Down for however we want to do it, but keep in mind the scaling factor will be “wider” not “deeper”: we only go a couple children deep, but we could...

We have basic request logging in our middleware, but it would be great to add it to the `core/server` handlers. No metrics or tracing yet.

@yiannistri You want to map each possible back-end error to an enumerable error code or something like that? That would be a massive undertaking. To me, that error messages is...