Paul

Results 115 issues of Paul

**TL;DR:** Remove temp fix for [Sphinx `_static` bug][recap] + add `--jobs` flag for `./make.py html` and `./make.py serve` ## Performance? > [!WARNING] > This bumps min developer Py to 3.11...

## What needs improvement The `ShapeElement`* doc mentions that these lists aren't updatable, but they don't include cross-reference: > A `ShapeElementList` is a list of shapes that can be drawn...

This is a prelude to a much bigger series of programming guide updates. - [ ] Quaternion doc - [ ] `Vec2` fixes: - [ ] Explain what `Vec2`-like means...

After we temp fix [the issue in this comment](https://github.com/pythonarcade/arcade/pull/2772#issuecomment-3361958887), we'll need to upgrade Typer. I'm filing this as a separate issue since there might be breaking changes in the [Typer...

dependencies
buildtools

**TL;DR:** This chain of fallbacks looks like CSS and isn't guaranteed to resolve? https://github.com/pythonarcade/arcade/blob/ce8db7b4f38a8ec477f2dc1c257c957116037f5d/arcade/examples/gui/1_layouts.py#L107 ### Proposed fix Replace it with one of ways: 1. Replace the last entry in the...

examples
gui