Peter B
Peter B
Possibly related to this: In Firefox found warning "Use of Mutation Events is deprecated. Use MutationObserver instead". It points to datepicker-widget.js:46 ```js document.addEventListener('DOMNodeInserted', function (event) { ```
https://github.com/bazel-contrib/rules_debian_packages does the job. In my case I added the mysql client to the distroless python base image as follows: ``` oci_image( name = ..., base = "@distroless_python", entrypoint =...
> Could you please elaborate as to what exactly did you do in the main.py? As of 2024-10-08 this issue can be worked around by changing line 61 of `/usr/lib/python3/dist-packages/odoo/addons/auth_oauth/controllers/main.py`...
Encountered the same issue when adding rows. msgraph is apparently not prepared to serialize lists containing lists. Managed to work around by manually serializing the body. ```py add = table...