Jon Peck

Results 8 issues of Jon Peck

Having too specific terms with notes in them like https://github.com/hmontazeri/is-vegan/blob/25e87fef5b88f92319f001c6af96ff658fddcbf2/src/util/canbevegan.json#L257 ``` "STEARIC ACID: See Quaterniun 27.", ``` Will match for that one label only.

enhancement
help wanted

https://github.com/hmontazeri/is-vegan/blame/25e87fef5b88f92319f001c6af96ff658fddcbf2/README.md#L152 ``` isVegan.containsNonVeganIngredients([ ... 'MECHANICALLY SEPARATED CHICKEN', ... ]); // returns ['PASTEURIZED MILK', 'PORK', 'BEEF', 'WHEY'] ``` Consider using fuzzy matching with a degree of confidence instead of string matching.

enhancement
help wanted

For example: ![desaturated](https://cloud.githubusercontent.com/assets/976391/23820650/60234fe4-05d2-11e7-96c0-0b3ab95d04e9.png) Unique characters can help. ![screen shot 2017-03-10 at 8 41 04 pm](https://cloud.githubusercontent.com/assets/976391/23820637/e954fec6-05d1-11e7-81c0-333292f5d949.png)

This is fantastic, by the way. Saw it on HN. ![screen shot 2017-03-10 at 7 44 42 pm](https://cloud.githubusercontent.com/assets/976391/23820301/600754c2-05ca-11e7-9f0f-5c22ec61bec8.png) Examples in red are awkward. The one in green actually makes sense...

This is a cool project, helpful for a quick start. I used it to get up and running on a tutorial I'm writing. Requests for static assets, such as the...

ideas

A site using htmlpurifier as part of a deployable artifact doesn't have access to write to the codebase, but htmlpurifier defaults to writing within the codebase, specifically: ``` Directory .../sites/all/libraries/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer...

https://www.drupal.org/node/2490526