Protofall
Protofall
I installed the extension, but I found its not working on a few repositories. On my own (Private) repository it just displays the current month/year even though my last commit...
When DEMUL attempts to draw a "paletted && compressed" texture, it renders incorrectly as shown in the first picture. According to official Sega Documentation the Dreamcast shouldn't be able to...
When using the Dreamcast mouse, the Windows OS cursor doesn't lock onto the DEMUL window hence its possible to drag the cursor off the window, press a mouse button and...
I tried running the example code on the [pypi page](https://pypi.org/project/inflect/), but there were multiple errors. Aside from undefined variables, I found - `p.gender('f')` raises BadGenderError since 'f' isn't in `singular_pronoun_genders`...
The basic issue is that for invalid input, the `converter` is run before my validation function and because of that it throws an error. Here is the example code: ```python...