Jairo Llopis

Results 690 comments of Jairo Llopis

Yes, I selected traefik v2, but the v1 labels got wrong v1 syntax.

Yes, they should be removed or fixed. But I guess removed would make more sense, when you choose v2.

I found out one way to workaround the issue. Set up `copier.yaml` like this: ```yml # Get external data from other template, or any other file _external_data: parent_template: .copier-answers.yml #...

You can see in this video how disabling the extension makes load times go from 21 to 16 seconds in a workspace with 32 git repos: https://user-images.githubusercontent.com/973709/233329310-8c5659ba-205d-45de-9cae-9eee198c7900.mp4

Is there any way this can progress without the merge of https://github.com/odoo/odoo/pull/236261?

One example: [ruff only supports target version >= 3.7](https://docs.astral.sh/ruff/settings/#target-version). However, [Odoo 13 ran on python 3.6](https://github.com/Tecnativa/doodba/blob/0c5b619ecf3c8275863bda219d58abd221a77b72/13.0.Dockerfile#L1). So we cannot use ruff for formatting an Odoo 13 codebase. Just an example;...

I'm having the same problem with code: yajo@yajolap ~> flatpak ps Instance PID Application Runtime 3761682687 28730 com.visualstudio.code.oss org.freedesktop.Sdk yajo@yajolap ~> flatpak enter 3761682687 code-oss --wait Not running as root,...