caffeinepills
caffeinepills
## Bug Report The bloom example doesn't seem to be applying a bloom effect. ### Actual behavior:  ### Expected behavior: In the Arcade images it shows it should look...
### Describe the bug Using autodoc, I am seeing that attributes are considered undocumented even if they are documented in the class header. This leads to duplicate entries as seen...
When running the example_sdl2.py I have issues with any 32 bit version of Python. Using Python 3.10 32 bit I get this error: ```Traceback (most recent call last): File "C:\Testing\example_sdl2.py",...
This is a concept I came up with to improve draw performance in a lot of areas, especially with lots of uniforms, shaders, and buffers. This has been added to...
This fixes issues with transparency: Win32 and Xlib: Overlay should allow click throughs. Xlib: Overlay should be kept on top. This corrects an issue with an insufficient config being chosen...
## 🐛 Bug When attempting to utilize scheduling with asyncio in python, I have been getting inconsistent crashes. The crash usually happens 6+ seconds after running, but generally the page...