Jeff Nyman
Jeff Nyman
Just looking at the Lanyon example itself, if you shrink your viewport down and use the sidebar widget, the text is pushed off the screen. I would presume the idea...
Unless I'm misunderstanding how things work, I have the following setting in place: ``` false ``` This is in the `configuration` area. However, even with this in place, I still...
Currently if you look at the versions of Python 3.8 that are available `3.8.10` is the final regular bugfix release and thus it has a binary installer. But there are...
I'm not sure if you have been made aware of or are checking the errata for the book. Everything is still in unconfirmed: http://www.oreilly.com/catalog/errataunconfirmed.csp?isbn=0636920023463 Lots of people are having trouble...
This may sound like a silly question, but for those of us who aren't as familiar with the output of an API call, what exactly are we supposed to do...
For some reason, this won't work if you have an `svg` take the file you are including. Here's what I had: ``` testing ``` This leads to the following error:...
Try something like this: `SET INFOCOM_PATH=C:\Users\Jeff\Downloads\zcode` Then call Viola with a story file that is in that path: `python viola.py zork1-r88-s840726.z3` This won't work. If you look at the paths...