Bill P. Godfrey
Bill P. Godfrey
When coming out of pause, the game starts running right away without giving the player a chance to reorient themselves into the hectic action. It would be better if once...
You can't see the snake's path, especially when the player has "coiled" the snake in a series of ➡⬆⬅ moves. If the gaps between the squares were filled in, you...
I use `IPNetwork.Parse` to parse a user's configuration when they set up their allowed IP ranges. I'd like to allow them to type in single IP addresses and for my...
### Describe the issue ```` $ xml2rfc --version xml2rfc 3.12.2 $ echo '' > minimal.xml $ xml2rfc minimal.xml minimal.xml(1): Error: Expecting an element , got nothing, at /rfc ```` The...
I have four files of a single ZIP archive, but split into .001 to .004 files, each file a little over 4GB. (18GB in total.) Various ZIP applications open the...
By allowing // comments, that start from "//" to the end of the line, a ZISH parser has to be aware of two varieties of whitespace, those that end lines...
ZISH specifies two varieties of number, Integer, Decimal and Float. Remove "Float" and the "d" notation. All numbers in ZISH are specified with decimal digits, so only those float values...
What should happen if a ZISH file contains several thousand 9s in a row? Specify a limit? We restrict ourselves for the future. No limit? Numbers have to be BigInteger...