Alexandre Díaz
Alexandre Díaz
Finally, this can be done using "--user=haproxy:" ... need comment "pidfile" in the configuration due to no have permissions to write there. And can remove '--privileged' flag and use: "--sysctl...
I think that this should be optional. A copier question.
For me, ```--fix``` breaks: line-length, trim trailing whitespace and converts strings like: ``` deb: "https://github.com/maxmind/geoipupdate/releases/download/v{{ geoip_maxmind_geoipupdate_version }}\ /geoipupdate_{{ geoip_maxmind_geoipupdate_version }}_linux_amd64.deb" ``` to: ``` deb: https://github.com/maxmind/geoipupdate/releases/download/v{{ geoip_maxmind_geoipupdate_version }}/geoipupdate_{{ geoip_maxmind_geoipupdate_version }}_linux_amd64.deb ```...
@ap-wtioit thx! P.S: I'm sorry I don't speak much, but my pronunciation is like killing a kitten.
Hi @zamberjo, feel free to open a new PR :) At the moment I don't have much time to dedicate to this... if you can do it, great!
@manferlo81 nice! I have it like this: ```json "overrides": { "@rollup/plugin-eslint": { "eslint": "^9.9" } }, ```
Thanks for the work... any news?
Know the rounding value is necessary when the widget calculates the subtotal using the discount... we lost the server side rounding.
@pedrobaeza For example here, Monetary rounds the value to use in the SQL: https://github.com/odoo/odoo/blob/12.0/odoo/fields.py#L1411
Code OK. But idk how to "solve" the tests...