Julian Katz

Results 9 comments of Julian Katz

I am also experiencing this bug, but I'm running this as my theme: ```shell zplug 'romkatv/powerlevel10k', as:theme, depth:1 ``` I'm also running on tmux. This tmux is running on a...

@sozercan is interested in building out pre-install/upgrade hooks

Here is the diff that I made by manually updating the generated conversion files: ``` diff --git a/constraint/pkg/apis/templates/v1alpha1/zz_generated.conversion.go b/constraint/pkg/apis/templates/v1alpha1/zz_generated.conversion.go index 7a2a718..b24233e 100644 --- a/constraint/pkg/apis/templates/v1alpha1/zz_generated.conversion.go +++ b/constraint/pkg/apis/templates/v1alpha1/zz_generated.conversion.go @@ -434,9 +434,8 @@...

Any update? Would love to get this fixed.

I'd love to see a way to easily exempt certain files from validation. That would be enough for me day-to-day. For example, any file named `my_custom_resource.yaml` would be exempt from...

Any update here? Would love to see this fixed.

Hey @FooBarWidget! Thanks for this feedback. We're designing a feature that involves referential data sync configuration (like the `Config` resource's `spec.sync.syncOnly` field you mention), and wanted to check in with...

Would love to see this solved. I'm comparing slices of protos and a result that's missing from the "want" or "got" will show up as a single line. That single...