Paul
Paul
> Seems like something that you wouldn't want to enable by default, at the very least I agree with that. However, adding support for it wasn't just about drop-in feature...
tl;dr Would printing a warning be an acceptable way of dealing with exceeding max version? I think my initial writeup made a flawed assumption because we may actually offer a...
> Adding keyboard shortcuts and methods for formatting shouldn't be too hard. > easy functions for adding images, copy and paste support, select all support, and much more. I know...
Users are still having issues with the font file's name vs the font file. It may be worth bundling a tool to help with this.
I'm in agreement on a minimal implementation that only adds a parameter to `load_texture`. It would speed up implementation and help simplify the code for #1176.
I think there's also room for expanding on this to allow a partial set of top-down set of sprites to be turned into a full complement of textures, but that...
Per discord discussion with @einarf, this should probably be delayed until it can be handled using improvements from #1154. Rushing this feature with a naive approach of pillow rotation has...
I'm not sure that this PR's approach is the best in the long run. I mentioned it as a [comment on #1118](https://github.com/pythonarcade/arcade/issues/1118#issuecomment-1115422519), but tl;dr I think we should use callables...
Including for pixel games? My memory of macOS was that things frequently got weird, but i don't have a working retina mac to verify at the moment
This needs to be added to the doc for packaging and development as well. I don't know how to make Nuitka or pyinstaller use these flags, but it seems reasonable...