toudidel

Results 11 comments of toudidel

Modyfying `HtmlWebpackPlugin` `.electron-vue/webpack.web.config.js` and `.electron-vue/webpack.renderer.config.js` does not work for me. system: Linux Mint 19.3 nodejs: v14.7.0 npm: v6.14.7 webpack: v4.44.1 But https://auth0.com/blog/electron-tutorial-building-modern-desktop-apps-with-vue-js/ was very helpful

It seems it's not alive

I have similar problem with package _com.sun.javafx_. But unfortunately creating image with openjfx does not work

What about this issue? Still unresolved?

Request to API in your case is https://world.openfoodfacts.org/api/v0/product/5411188103387.json Returned data underneath comes from response field _ingredients_text_, not from _ingredients_text_es_. By the way your line `productResponse.getProduct().setLang("es")` does nothing, it's only a...

I'll try to add support for generic fields which are unknown at compilation time.

My wrapper always use main url (_https://world.openfoodfacts.org/api/v0_) but I can see no difference between request to url _https://world.openfoodfacts.org/api/v0_ and for example _https://es.openfoodfacts.org/api/v0_. The only small difference is in image urls....

openfoodfacts-java is only a wrapper for API and in current version it does not support fields are absent in current model (in class [Product](https://github.com/openfoodfacts/openfoodfacts-java/blob/main/src/main/java/pl/coderion/model/Product.java))

I cannot see your screenshot in the message. I paste my screenshot: https://pasteboard.co/IDpA0nr.png