xmo-odoo
xmo-odoo
An other situation in which filtering rules would be useful is wanting to work on a specific rule from an existing ruleset, or creating a new rule for a ruleset....
> This issue is being marked `stale` because there hasn't been any activity in 30 days. Please leave a comment if you think this issue is still relevant and should...
@ievans my use case is solely manipulating, checking, and iterating on *local* rules embedded in the project. I have no opinion on "central registry" rules.

> If I'm a pentester, I'd like the react ruleset, for security rules, maybe with a high severity. If I'm a QA, I'd like best practice rules from that ruleset,...
> Would #4314 be an alternative solution to this? > > > Introduces a new key, r2c-internal-patterns-from, which can take as its value any config type that can be passed...
@gruszczy pypa/virtualenv#737 seems relevant, might be worth commenting over there? It pointed at mhammond/pywin32#1439 but you don't seem to be using windows (per your path, unless this is wsl and...
@grievejia I completely agree for the general case, but the code in question is literally this, entirely static. Now you might be wondering why the hell we'd be using such...
I've got an animated gif which increases 10x in size when read, then re-stored as-is (with `save_all=True`):  I've also found [this SO entry](https://stackoverflow.com/questions/41718892/pillow-resizing-a-gif) where a user went from a...
Complement: I was on a version of Pillow preceding #5291, updating to 9.2.0 does improve things significantly (the image still increases after saving but only to 400k).