Aedial

Results 4 comments of Aedial

Minimal working example : ```json { "paths": { "/": { "get": { "operationId": "GetRoot", "responses": { "200": { "description": "OK" } } } } }, "components": { "schemas": { "Error":...

From what I found, the difference is only -1/+1 in one of the RGB channels for ~half of the pixels of the top 25% of the image (so ~1/8 of...

I've had a similar issue with PySide6 inserting a staticMetaObject into every widget class (in a private project). It's easily solved by fnmatch'ing anything with a `*` in the `_is_whitelisted()`/`_is_blacklisted()`...

I have a similar problem where a relatively heavy object is not garbage collected when I leave the context, even with del (python 3.12, interval = 0.1). The growth shows...