Rian Hunter

Results 15 issues of Rian Hunter

The class hierarchy in the _ctypes stub don't mirror the real module exactly. This doesn't prevent mypy from type-checking but it may prevent modules compiled with mypyc from running. Here...

Hello, Recently there was an [article posted to Lobsters](https://blog.dureuill.net/articles/recurring-lifetime/) by @dureuill that described a lifetime "footgun" that exists in capnproto: Essentially, when a response is returned from a send() promise,...

Few comments I wanted to make in regard to a potential design: * Each syscall should ideally have its own entry point. Contrast this with one big syscall entry point...

center_offset doesn't really make sense for negative values or values larger than 63, so we add a hard boundary to them. Also add some warnings on the console if the...

Trying to build the menu.bin ROM but it fails because no cheat.o65 is built because no cheat.a65 exists in the source repo. Is it auto-generated by some other process in...