gresm

Results 58 comments of gresm
trafficstars

Sorry for my late response. It seems like github didn't send it. Would something like base64-encoded raw content of the font work? Maybe with some "magic text" at the start...

Same here, can't reproduce this with latest pygame-ce, ubunut 22. Please check if this issue persists after upgrading pygame-ce (``pip install --upgrade pygame-ce``).

Marking it as macOS specific.

@damusss Thanks for the comment - I'll update ``_NAMES_MAPPING`` shortly. As for ``_event.pyi``, I'm using it as a roadmap of what's left to do, but I'm not going to completely...

(Why the commits duplicated after I resolved merge conflict?)

I merged commits from upstream using ``git pull origin main --rebase`` and likely this ``--rebase`` is the cause of inclusion of these commits... I'll try to discard this merge and...

Done, even though they still appear in the conversation, I removed them from the commits tab (I guess that conversation side just logs every change and not exactly those that...

I think I'll split this PR in two parts: 1. Migrating stuff related to ``Event`` class. ~~(nearly done, c-api documentation still needed to be updated)~~ 2. Migrating the monstrosity of...

I think that ``draw.aapolygon`` doesn't need the ``filled`` property. If the exact signature with ``draw.polygon`` is needed, this option can be emulated with (pseudo-code): ```py def aapolygon(..., filled: bool =...

Well, this is a large patch, but it isn't complex - the logic behind it is quite simple, there are just a lot of places that needed to be updated...