Alex Garel

Results 307 comments of Alex Garel

@aleene this is the difference I got if I run `make test-unit test="packaging.t --update-expected-result"`: ```diff --- a/tests/unit/expected_test_results/packaging/packaging_text_nl_glazen_pot_met_deksel.json +++ b/tests/unit/expected_test_results/packaging/packaging_text_nl_glazen_pot_met_deksel.json @@ -9,7 +9,7 @@ "en:glass", "en:metal" ], - "packaging_recycling_tags" : [nl:glasbak],...

Read https://github.com/openfoodfacts/openfoodfacts-events @psankhe28 then it's about: * making a md file with a simple explanation (in docs/reference/events.md) and a link to the project + link to its API documentation https://events.openfoodfacts.net/docs...

Just to make it clear, there are different sort of problems: vandalism or offending content, fraud and errors. The first one is the most important target at the moment. Second...

@Valimp my feedback: - delete image button, depends on the type of issue, it's more than depending on the type of issues, we have a specific interface based on issue...

@alexfauquette: Although it is a very important topic, I think the quality coordination tool needs to be though on its own, and might be a different tool.

@alexfauquette oh yes, sorry, coordination is one of the main goal of the tool, indeed. I was talking about "quality coordination". It's a bit difference in the sense that for...

As asked by Christelle, here are some embedings from production. I generated it [by using this code](https://gist.github.com/alexgarel/17ac6242884cb73b60f71bd35ba92f00) * [3017620422003_embeddings.json](https://github.com/openfoodfacts/robotoff/files/12856074/3017620422003_embeddings.json) * [3274080005003_embeddings.json](https://github.com/openfoodfacts/robotoff/files/12856075/3274080005003_embeddings.json) corresponding images are at: * 301/762/042/2003/.jpg for 3017620422003_embeddings.json *...

We might simply need an index on popularity (didn't check).

From @raphael0202 : > I checked and there is an index on `unique_scans_n` , and on the other fields that are used by default when requesting the endpoint without any...

the join is there to remove the questions that where voted upon. You could try to replace by a condition and a subquery: ```sql EXPLAIN ANALYZE SELECT "t1"."id", "t1"."barcode", "t1"."type",...