wu-lee
wu-lee
See vert-x3/vertx-web#648
Just to add that I've tried setting `ProductField.SERVING_SIZE` - this results in `Product.servingSize` being set, but not `Product.servingQuantity`. As an alternative to a new `ProductField.SERVING_QUANTITY` field as suggested above, possibly...
A hacky workaround I'm employing, a delegate class, which at least demonstrates that the API supports the `serving_quantity` field, independently of `serving_size`: ``` /// This is a hack to work...
> @wu-lee Correct me if I'm wrong: you expect something like `"en:serving-to-be-completed"` in `"states_tags"` to appear in the product json (e.g. in https://world.openfoodfacts.net/api/v0/product/0028400047685.json?lc=en). A bit like `en:quantity-completed`? If so I...
Thanks, will check, maybe I can remove some hacks! The [Carmen][1] gem mentioned in the Readme for this project uses the [Debian ISO-3166-1 data][2] as a source: and I notice...
Apache's `a2enmod` does link the .conf files too - as they're actually essential for the modules to function when present, and not just optional extras. https://manpages.ubuntu.com/manpages/trusty/man8/a2enmod.8.html So if this role...
I find myself wishing for this yet again and hence re-visiting this issue in the hope that something might have changed... Puzzled: I was assuming there was a technical reason...
I've run into this I think. On a Fairphone 2, running LineageOS `18.1-20230920-NIGHTLY-FP2`. De-googled, so no play services. Magisk installed. Got errors in a pop-up dialog on starting phone, along...
Ditto. This is presumably an easy fix, just update the version of debug required. In the mean time, however, I am using a fork of http://github.com/philgs/metalsmith-assets-improved: http://github.com/contentascode/metalsmith-assets-copy since this project...
My initial tests can be found here: https://github.com/wu-lee/grunt-couch/tree/wu-lee/issue-26