Results 102 issues of xmo-odoo

* [x] remove "filter" button (on build page), doesn't seem to be plugged into anything * [x] make autoreload feature work on build pages * [ ] add toggle UI...

runbot

Computing the state of a staging requires loading a few things from the db but usually there aren't a ton of stagings active at once, so relying on a stored...

mergebot

In my experience, it's pretty common for some patterns. especially `metavariable-pattern`, to be repeated in lots of rules to refine matches or define classes of passing / failing constructs. It...

enhancement

Discussions are not enabled so opening it here, sorry 'bout it. With the recent [deprecation of bleach](https://github.com/mozilla/bleach/issues/698) (mostly on grounds of html5lib being unmaintained), unless someone has the time to...

I've no idea if it's even possible to hook into search everywhere, but one of my annoyances with pycharm support of pytest is if you run tests from the CLI...

In trying to getter overview on manipulations of the [location](https://developer.mozilla.org/en-US/docs/Web/API/Location) in an application, I got the not-unexpected-but-unpleasant surprise that Semgrep does not alias / equivalence the [`globalObject`](https://developer.mozilla.org/en-US/docs/Glossary/Global_object), which makes for...

enhancement
lang:javascript

As far as I understand semgrep currently only allows passing configuration (and running tests) via on-disk files. This is not always convenient to run CI, or limit container access, or...

enhancement
cli

**Is your feature request related to a problem? Please describe.** According to [the documentation](https://gnome-terminator.readthedocs.io/en/latest/gettingstarted.html?highlight=url#click-able-items), clickable items should support ctrl-click and add "open link" and "copy address" items to the contextual...

- Bunch of dead imports. - Missing `logging` imports (likely accessed as side-effects of the `from .cache import *` import). - `from __future__ import ...` can be after the docstring,...

RD

Saw this issue [in PyGithub docstrings](https://pygithub.readthedocs.io/en/v2.3.0/github_objects/Repository.html#github.Repository.Repository.create_file), when I [fix it](https://pygithub--2940.org.readthedocs.build/en/2940/github_objects/Repository.html#github.Repository.Repository.create_file) [docformatter complains about exactly what I'm fixing](https://github.com/PyGithub/PyGithub/actions/runs/8569492121/job/23485500024?pr=2940#step:4:129): ```diff diff --git a/github/Repository.py b/github/Repository.py index f274973..52bcc11 100644 --- a/github/Repository.py +++ b/github/Repository.py @@...

fresh