theinternetftw

Results 7 comments of theinternetftw

I have no problem adding pip support, but I like having a single file build option. I've reworked the zip process to include a stub that lets me import things...

That's because I'm using os.listdir instead of os.walk, so files deeper than the first layer aren't zipped up. I did that because I occasionally had uncommitted test code in deeper...

The executable zip didn't even have those directories in it, hence the error messages. os.listdir doesn't recurse down into subfolders so nothing below the first layer was added. But os.walk...

I've entertained the idea of building a regression checker that plays games and checks its output against pre-recorded output (full transcripts for local checks, or a hash for anyone who...

First off, I am not a copyright lawyer. For the xkcd.lgo file in particular, if you remove all text added by transcribers (the header, and everything that says NOTE or...

merged #7 which allows for pip install from the repo.

I just wanted to share this, both for users looking for solutions to getting more information out of these UBSan traps and who come across this page as I did,...