Jennifer Taylor
Jennifer Taylor
If you attempt to call a `super()` method on a subclass with `*args`/`**kwargs`, the compiler crashes. A simple repro is as follows: ``` $ cat test.py from typing import Any,...
It seems that when mypyc compiles some modules, it fails to take into account that the `__init__.py` file is part of the module instead of the parent. This breaks relative...
I tried to compile a personal project with mypyc and it does not seem to handle class attributes properly at runtime. I use a pattern where constants associated with a...
The header tool does not allow you to set or set the territory code in the header to any ROM file created during the compile process.
N64 natively supports YUV texture format, while the sprite routines do not.
Haven't really looked into this one. Might be more of an issue of fitting more than one item in TRAM properly. Haven't tried giving a sprite a nonzero texture slot...
Looking at logs for an instance I run, somebody tried to exploit my API instance. It looks to have failed, but there was still an exception in the logs that...
When editing your name on options screens that do automatic wide text conversion, the update causes the cursor to jump to the end after every entry. This is annoying, so...