-
Some users are lazy or just not enough familiar with computers to type the full URL when told.
What if you could add a text field to the homepage where a user can just type the four words (autocomp…
-
From James:
> Ideas for future-proofing our data:
Ingredients as objects instead of strings (and their own table)
Own table b/c a lot of drinks might have the same ingredient
…
-
As a user, I should be told what ingredients are still needed if I don’t have enough ingredients in my pantry to cook the recipe.
-
https://world.openfoodfacts.org/product/8714100091883/ketchup-ingredients-d-origine-naturelle-amora
@moon-rabbitOFF removed the prepared product nutrition facts and unchecked the corresponding box,…
-
### Describe the bug
If an emulsifier like lecithin is listed in the ingredients as an ingredient, the product is not marked NOVA 4. It is marked NOVA 4 if the lecithin is listed as an emulsifier.
…
-
### What
- The origins field can contain origins for specific ingredients: "Cocoa from Peru", "Lait origine France" etc.
- We need to recognize the ingredient + origin combination, store it in a speci…
-
ingredient lists should be machine readable.
-
```
I saw a guide for chrome.
and I dropped Ingredients Collector on bookmark bar, but I can't use it.
--------------------
가이드를 보고 따라했지만, 글감 수집기가 작동하지
않습니다.
```
Original issue reported on code.go…
-
https://linuxfr.org/news/open-beauty-facts-que-contient-vraiment-nos-produits-cosmetiques#comment-1667570
-
```
enum E ;
role R {
has $.e = one;
method m() {
say $!e === one; # False
}
}
R.new.m;
```
The above prints `False`, but should print `True`.
As far as I golfed, the …