Iman Shafiei
Iman Shafiei
I have the same issue here. Python=3.8.16 Django==4.2.1 django-multiselectfield==0.1.12 And, probably, setting `max_length` will solve my case too. Happy to work on this issue if that's ok with the maintainers.
@saulbein I'm a bit confused about your use case. I'm trying to get an output with `model_dump()`: ```py a = MyModel(my_var="foo") print(a.model_dump()) b = MyModel(MY_OTHER_VAR="bar") print(b.model_dump()) ``` With `populate_by_name =...
@sydney-runkle Could you elaborate more on those two options you provided? Do you have something specific in mind by "Handle this better"? And I'm not sure that the use case...
> This is particularly frustrating/odd with pydantic-settings. My settings model has a field `dry_run` with alias `dry-run`; if I include `dry-run = true` in the config file, then I cannot...
Thanks for getting back to me. Correct me if I'm wrong, but I can see that the `stac-layer` is generating (Converting the COG file) an image on the map using...
Oh, I see. First, I want to confirm that you can also see the issue. Do you have access to this URL? https://radiantearth.github.io/stac-browser/#/external/venus-l2a-cogs.s3.us-east-1.amazonaws.com/ALESUND/2023/04/27/VENUS-XS_20230427-124359-000_L2A_ALESUND_D/VENUS-XS_20230427-124359-000_L2A_ALESUND_D_STAC.json?.language=en The quality mask asset is being shown....