Stéphane Gigandet

Results 295 comments of Stéphane Gigandet

It's an unwanted side effect of this code in Ingredients.pm: # $contains_or_may_contain_regexp may be the end of a sentence, remove the beginning # e.g. this product has been manufactured in...

We should probably weight how much complexity we add versus the benefits we get. Having an old Nutri-Score in the local cache may not be a big problem, especially if...

@teolemon did you intend to file this in the smooth-app repo?

The product does not have a real barcode, so we don't display it. We could have a hidden .

Thanks for the PR @oyenuga17 ! Overall it looks good, there are just a few things to address: - The "Check perl" test is failing. You can see why by...

Closing as it seems it is not needed.

Which fields? For most tag fields, e.g. brands, "brands" contains the original input from the last user. brands_tags contain the canonicalized tags. For taxonomized fields (e.g. categories), categories_hierarchy keeps accents...

emb_codes_orig is used because there is a special normalization for packaging codes, beyond deaccentuation / decapitalization and taxonomization. emb_codes_orig is used to save the exact user input (before the special...