tboye
tboye
After switching to `v2.0.1` from `v1.3.4` I'm facing `TypeError: cannot pickle 'builtins.Language' object` when running something along the lines of ``` import copy from lingua import Language l = copy.copy(Language.ENGLISH)...
While migrating to `udata v7` and addressing breaking changes in `GeoZone`, I noticed a few possible issues in the current [`DEFAULT_GEOZONES_FILE`](https://www.data.gouv.fr/fr/datasets/r/a1bb263a-6cc7-4871-ab4f-2470235a67bf ). ## Detailed Description - There are two Vatican...
## Detailed Description **Disclaimer:** I might be overcomplicating/misunderstanding how it's supposed to work. In my theme for `udata` I'd like to add a `.po` file for English language so that...
## Detailed Description I've been playing around with `udata` and trying to connect multiple S3-compatible storages to it. I succeeded to certain extent but even reaching that stage already required...
## Detailed Description After [this change](https://github.com/opendatateam/udata/pull/3030/files#diff-d16bd4e81540b081ea7786e5f3e67961a92b35d6064d71c1c5f6dd075ac89a93L209) introduced within switching to sync harvest backend, base backend doesn't seem to set dataset organization/owner anymore. There's no description in the PR but I'm...