Timothee "TTimo" Besset

Results 34 issues of Timothee "TTimo" Besset

**What doesn't work?** I'm finding that `SDL_CreateRGBSurfaceWithFormatFrom` either throws or fails to take in the pixel data (but creates a valid empty SDL_Surface) when passed in a sub-array of a...

**Describe the bug** I found at the end of a build for a somewhat large project, that all compiling and linking tasks were complete, but `bear` still had a `citnames`...

CancellableStream returned by docker_client.api.exec_start does not adequately release resources when closed, this leads to errors during python shutdown such as this: ``` File "/usr/lib/python3.13/site-packages/urllib3/response.py", line 1113, in close self._fp.close() File...