Hobson Lane
Hobson Lane
python 3.7.9 ```python >>> import wikipedia >>> wikipedia.__version__ 1.4.0 ``` Some pages can't be found, even if you use the exact title currently on Wikipedia for a popular page or...
Uses `PyScaffolding` to add a `setup.cfg` file and eliminate `__author__`, `__version__` and other constants from the `__init__.py` file so that `setup.py` doesn't have to `import lshash` before it has been...
./waf --configure will fail if `build_debian.sh` is not first run
neural_chat RG refers to itself as living alone in living_situation treelet and as "we" when talking about taking a vacation in icebreaker #### Living_situation RG "... we are overdue for...
- .gitignore *.pyc - .gitignore egg dir - robust to empty node lists and nodes without children # To reproduce ERROR: ``` $ cd ~/src $ git clone https://github.com/ggp-org/ggp-base.git $...
Punchline: `from builtins import str; str(unidecode(str('2b or not 2b')))` "b'2b or not 2b'" ``` python >>> from unidecode import unidecode >>> str(unidecode(str('2b or not 2b'))) # no problem '2b or...
Tested on fedora 16
Used `pyscaffold.putup` to create a travis-tested package releaseable to pypi with `$ python setup.py release`
I can't get the README instructions for spinning up a docker container to work. ## docker for Mac installed On macOS High Sierra Version 10.13.1 2.8 GHz and 8 i7...
In the Quick Start docs page under the Model section, the example code incorrectly passes a name kwarg `uploads`: ```python upload = FileUpload(uploads=os.path.join(BASE_DIR, "static", "uploads")) ``` The correct argument name...