xmo-odoo
xmo-odoo
Reverted in 5c38c8bf3fc0aa63bd1007affdc496362a20e7ab after having deployed this change for a week: the `mergeable` field is unusable, github keeps returning it as `None` (and `'mergeable_state': 'unknown'` so you know it means...
Marking as done as most of the items are resolved, the team move / handoff / ... issue should probably be handled in #968 as the reassignment of people is...
Bootstrap only supports dark mode starting in 5.3, Odoo 17 used 5.1, which has no dark mode support. So: - add dark mode by hand using [`prefers-color-scheme`](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme) and possibly [`light-dark`](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/light-dark)...
TODO: check that you can set fw=no on a forward-ports and it stops the sequence (might already have a test but I don't remember)
Technically not quite *done* but I don't think the conftest stuff can be done (or is useful, possibly), and I don't think it's worth waiting for the more external actions.
Note: enabling tracing seems to have relatively little effect on runtime, running the test suite locally, - with pytest-opentelemetry disabled, 4751.33s user 802.19s system 497% cpu 18:36.41 total - with...
> I don't understand your other request concerning --test. What content would be available for reading from a pipe since normally a test folder provides pairs of files (YAML rule,...
Sounds about right, though I was thinking more bespoke fds for tests: it's a bit odd at first glance but works nicely to transmit multiple, separate, data streams from the...
Seems odd to be using a regex for something that's potentially open-ended, even more so when the list isn't complete: https://github.com/PyCQA/docformatter/blob/504107bdc4618f83a3378faac610e02cd62ef5f9/src/docformatter/syntax.py#L62 but [as of sphinx 3](https://www.sphinx-doc.org/en/master/usage/domains/python.html#info-field-lists) this is already missing:...
@robodoo r+