Maxim Samoilov
Maxim Samoilov
TypeScript in ESM mode is trying to use file `index.d.mts` for types but there is no such file. So we need to provide custom path to typings file. Root `types`...
The problem with refs caching lays in [gojsonschema code](https://github.com/xeipuuv/gojsonschema/blob/065759f9c3d72653843069184bab4f5622926edf/jsonLoader.go#L188). There is a GET request which can't be cached on kubeconform side. I think the best solution for caching refs would...
Hello! Please add caching resource schemas to disk. It's typical for such an instrument to be run between different projects and downloading the same schemas every time affects performance. It...
Hello! We are using our own post-renderer with helm. It creates resources from JS files. We are basically writing charts using JavaScript. There are currently no easy way to integrate...
Hello! I want to automate external image updates to my repository, each image to its separate branch — something like Dependabot does. But since the `ImageUpdateAutomation` resource doesn't have a...
### op CLI version 2.31.1 ### Goal or desired behavior It would be nice to have a way to specify env variables (regardless of the plugin used), as it's common...