Paul
Paul
### Changes Remove mention of a PulseAudio bug which seems to be fixed as of upgrading arcade to use pyglet 2.0.10 (#1930). To be reasonably sure this is the correct...
## Documentation request: tl;dr add a Contributing Guide page / section containing the most common and/or arcade-specific sphinx concerns This is a follow-up to a [Discord conversation](https://discord.com/channels/458662222697070613/705076586986078350/1143983620256694457) ### What the...
## Documentation request: Per my understanding of discussion on Discord, the [set_viewport](https://api.arcade.academy/en/latest/api/window.html#arcade-set-viewport) function will be removed in favor of using Cameras in 3.0. If this is the case, [the edge...
Core questions / tasks: - [x] Implement core class - [x] Resolve circular dependency questions for conversion methods - [ ] Add tests Follow-up work: 1. Resolve naming issues (`ColorFloat`...
## Enhancement ### Current behavior: GitHub CI does not run tests, while the Windows test runner & Local Linux pytest runs do. For example, [this missing symbol](https://github.com/pythonarcade/arcade/pull/1748/files#diff-31c7031d271597b8e49fcc26ef29d9a07990b50838d142059f6abc3bbf0bab98R57) fails [on Windows](https://github.com/pythonarcade/arcade/actions/runs/4993942214/jobs/8943778025?pr=1748)...
My current intent is to split this into multiple smaller PRs. This one will end up being the `SpriteList` docstring rewrite. The others: - [x] #1689 - [x] #1691 (May...
## Bug Report ## System Info Browsers affected: ``` Chromium, Version 110.0.5481.177 (Official Build), 64 bit ``` Browsers unaffected: ``` FireFox, 102.8.0esr (64-bit) ``` All Furo doc versions appear to...
## Documentation Bug Report ### Actual behavior: Highlights do not cover the entirety of wide lines:  ### Expected behavior: Highlights extend the full width of the code box ###...
## Documentation request: ### What documentation needs to be added? A list of kludges to ensure performance during actual gameplay. This is distinct from actual optimizations as these will be...
This appears to work fine: ```python >>> reader = repo_instance.config_reader() >>> reader.sections() ['filter "lfs"', 'core', 'user'] ``` However, these do not: ```python >>> reader.items('user') NoSectionError: "No section: 'user'" >>> reader.items_all('user')...