Raphaël Odini
Raphaël Odini
`gettext()` vs. `gettext_lazy()` - In definitions like forms or models you should use `gettext_lazy` because the code of this definitions is only executed once (mostly on django's startup) - In...
Ce qu'il reste à faire : - [x] traduire les fichiers `README.md` & `CONTRIBUTING.md` : https://github.com/quiz-anthropocene/admin-backend/pull/1952 - [x] traduire le modèle `Event` : https://github.com/quiz-anthropocene/admin-backend/pull/1951 - [x] traduire les modèles `Contributions`,...
lié à https://github.com/etalab/DVF-app/issues/56 je pense
Also : https://github.com/openfoodfacts/open-prices For each price, we have a link between an OFF product and an OSM location
Hi ! I wanted to chip in, I'm a volunteer in a food coop and we're looking for a barcode scanner that would allow us to indicate the amount juste...
Fyi, I ended up managing the filtering myself - adding `categories_tags__contains: Optional[str] | None = None` in my filter class - and having a custom filter in the crud ```...
Hi @iakashpatel , I'm interested in the same feature, and was wondering if you still planned to work on this PR ? If not I might consider opening one myself
Hi @DanieliusAsm did you check out the Open Prices project ? https://prices.openfoodfacts.org/app/prices We're also starting to look into image analysis (classification, OCR, ...) : https://github.com/openfoodfacts/open-prices/issues/107 And how data collected from...
Hi @odin-h, thanks for the idea. This requires to detect that the user is at (or close to) the bottom of the list. I see that Vuetify has an "infinite...
> if the recent locations list is empty but maybe the user deleted the list on purpose ?