Paul

Results 322 comments of Paul

Hi, would you by any chance be able to help investigate what would be needed to fix this? To my understanding, you may be better off switching to 3.0.0 previews...

> I did not know 2.6 is EOL, thanks for notifying me, will try to upgrade to 3.0.0 preview. That's understandable. It's why we're considering a final 2.6.18 release. >...

@cbfbl 1. Any luck upgrading to the 3.0 previews? 2. Any interest in making a PR with tests for this into the [`2.6-py-312`](https://github.com/pythonarcade/arcade/tree/2.6-py312) branch? I'd be glad to help you...

> All updates in one place, issue and pull requests for documentation will not affect the library and vice versa My understanding is that single-repo tends to simplify deployment for...

### Test instructions Please report: * Your OS * Your Python version * Build time * Whether static copying works * (If slower than 5 mins) Disk type (SSD, HDD,...

``` OS: Debian Python: 3.13 Build time: real 9m29.949s user 30m14.665s sys 0m18.968s Static copying works?: Yes ```

How did we have anything work in the past? * `[dev]` required 3.10 * everyday use required only 3.9

**TL;DR:** We can make things easier at the cost of tech debt, but we've still gotta deal with Sphinx \:( > I always had to change the required python to...

If Clepto or someone else finds a WebGPU adapter layer, we can can expand on that template's element creation. Looks like `webgpu` is one of the accepted values? https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasElement/getContext

Agreed. We're running into confusion over the `on_` event methods, and I think we need to explain them better, especially: 1. `on_show_view` 2. `on_hide_view` 3. `View` + `UIView` We currently...