Carlos Martín

Results 8 comments of Carlos Martín

> You have to use the hatch versioning mechanisms if you want to use dynamic versioning. [Versioning - Hatch](https://hatch.pypa.io/1.9/version/) Rye use internal build capabilities if no building system is specified...

Ok, reached here tying to get warp connector running, which it's only supported by official client at this moment. IMHO, problem seems to be that warp-svc uses nftables to override...

This issue is related to [language-docker#95](https://github.com/hadolint/language-docker/issues/95). We should follow the discussion there.

~~No, only complex cases ie: List[List|Dict|Submodel]~~. I'm refactoring code to move logic to `deep_update` so it can handle `List[List...` those cases. `TOP__0=foo` iIMHO is redundant and already could be written...

@hramezani Just one question: given this code... ```python class TopModel(BaseModel): v1: str | None = None v2: int class Settings(BaseSettings): top: List[List[TopModel]] ... env.set(TOP='[[{'v2': 'xx'}]]') env.set(TOP__0__0__v2 = '1') env.set(TOP__1__0__v2 =...

MikroTik doesn't allow to use cap_add NET_ADMIN on containers, so this won't work. You must side load image on a container in your local network and forward requests to it