Anthony Briggs

Results 4 comments of Anthony Briggs

Awesome news! FWIW, I'm not so keen on only using gamepads. Xbox controller clones are also pretty cheap and work well. I'm teaching two boys (8 and 10) how to...

I managed to create a standalone executable and documented the process [here](https://gist.github.com/AnthonyBriggs/cac72989c2dd3c4aeb7475237079d2fb) - it might be helpful. Most things, including the loader, 'just worked' once I'd figured out what was...

I've been (slowly) chasing this up this evening, and making some progress through judicious commenting-out of exception handlers :) This is more of an infodump than anything, but might be...

**Update:** it seems like I can recreate that specific error, but by writing a file out as _UTF-16_, and then back as UTF-8 (see attached script, [test_encoding.py.txt](https://github.com/pybee/voc/files/430219/test_encoding.py.txt)). Perhaps the Windows...