Marc Ammann

Results 2 comments of Marc Ammann

> Yes, the injected config is supposed to be a dict type. It's supposed to? Why? (Especially when defining settings via Pydantic Settings)

I believe this is still an issue: ``` docker run --platform linux/arm64 --rm -it ghcr.io/wundergraph/cosmo/controlplane:0.152.0 uname -m x86_64 ``` vs when compiling images myself: ``` docker run --platform linux/arm64 --rm...