Paul

Results 274 comments of Paul
trafficstars

Further style notes from recent PR reviews / etc: 1. Use ``.. code-block:: python` instead of the `End of line::\n` syntax 2. Use the english word when writing small numbers...

This branch seems to work under: - [x] Debian 11 (Tested by me) - [x] Arch Linux (Tested by @Xexxar)

If pymunk is consistently the thing holding us back from supporting the latest Python, the easiest thing to do would be to make it an optional dependency.

Added context for @professorwade: * We are currently trying to move 3.0 as far toward release as we can in the next week or two * You may want to...

This may actually be a dupe of #1011, specifically this comment: https://github.com/pythonarcade/arcade/issues/1011#issuecomment-1088190556 If it's not a dupe and merely an overlap, this issue should mention using three metric-compatible SIL open...

> Would you mind re-titling https://github.com/pythonarcade/arcade/issues/1011 to say that, to describe briefly what must happen? Done, along with some revisions to the ticket for clarity. > Is the task to...

> With an "rgb" property, one could do `self.color = arcade.color.WHITE.rgb` which would not affect alpha since the color setter checks the length of the input. tl;dr: We clearly need...

> I am now noticing that the type hint of the color setter in BasicSprite specifies that the input should be of type Color This doesn't seem to be true...

TL;DR: I agree, let's do `.rgb` and `.rgba` Adding `.rgb` and `.rgba` properties are probably the best balance of readability and compatibility. Although `color_instance[:3]` works, it's an opportunity for typos....

I'm ok with that option, but might make it more or less a toctree dump for the relevant pages. @pvcraven any objections? I don't see the value of keeping this...