Mikalai Radchuk

Results 8 comments of Mikalai Radchuk

Thanks @jpillora, but I can't test in because I do not have Raspberry Pi anymore.

Would be great to take have a solution for file field. See discussion in #4790

This feature is really useful for projects with models that were implemented before modelcluster/Wagtail introduced M2M support. So models like ```python class BarToFoo(models.Model): foo = models.ForeignKey('appname.FooModel', blank=True, null=True) page =...

`brew install` has the `--ignore-dependencies` option. It's not ideal, but `brew install --ignore-dependencies go-delve/delve/delve` will, probably, work for you.

Forgot to mention. I think there is a workaround. Replace: ```yaml namePrefix: "silently-wont-bind-" ``` With: ```yaml transformers: - |- apiVersion: builtin kind: PrefixSuffixTransformer metadata: name: prefix-all-names prefix: silently-wont-bind- fieldSpecs: -...

I think this ideally should be addressed in Kustomize itself because Validating Admission Policy APIs are now stable starting Kubernetes 1.30. But for these who are looking to make it...

I think we will need a human to bump k8s dependencies to 1.30

> it would add an additional step however as users would need to install them before using the bootstrap Right, but we already ask users to install JS dependencies using...