Piotr Roszatycki

Results 49 comments of Piotr Roszatycki

Yes, it was noticed in this PR: https://github.com/freelensapp/freelens/pull/874 You can get this commit after merge then remove settings from the .trunk.yaml and see the result: biome plugin silently ignores errors...

So it must be just `${parent}` otherwise I get ``` × Found a nested root configuration, but there's already a root configuration. i The other configuration was found in /private/var/folders/k5/wyp40c2n6kzfqm5_gzry576c0000gn/T/trunk-501/cMNcwD/7iasVC....

The problem is related to https://github.com/biomejs/biome/pull/6662 which was not really fixed yet and decribed in https://github.com/biomejs/biome/issues/6509 Biome sees the copy of working tree in sandbox as duplicated then refuses to...

FYI: I had a lot of troubles with using Biome and Trunk together. In the end my configuration now is: https://github.com/freelensapp/freelens/blob/a4d0d192398878caee3c73d9721f60071fdf9121/.trunk/trunk.yaml#L22 ```yaml lint: definitions: # See https://github.com/trunk-io/plugins/pull/1063 - name: biome...

I converted this PR back to a draft. So: I think it is some limitation in Trunk that I miss some variable with the configuration file name. Now I must...

No idea. I didn't use tenv so I'm not sure how it works. I use asdf or mise and it works as far as there is `terraform` or `tofu` command...

I have read the CLA Document and I hereby sign the CLA

@hiddeco This is the reason that I opened the issue: I can't just easily replace GitRepository with OCIRepository for Helm.

> You need to replace it with `HelmRepository` with `.spec.type: oci`. `OCIRepository` is meant for general kubernetes manifests not helm charts. But I don't want to use `HelmRepository`. I have...