geo7

Results 8 issues of geo7

Didn't see a read me - ran make and got this : ``` $ make cc -std=c99 -Wall -pedantic -Wextra -Werror -c -o jshon.o jshon.c jshon.c:9:21: fatal error: jansson.h: No...

Having the versions of packages used for the book in a `requirements.txt` would be helpful for others reproducing things a year or so down the line. Looking through the repo...

OSX 10.14.6 To reproduce - choose the `monokai` theme, then click hold the green arrow in the top of the browser so that you're able to have the browser on...

Use https link for installing Will prevent : ``` fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out ```

I was just wondering what the compatibility was with processing 3? Not sure if there are any 'gotchas' or not. Thanks!

In chat with tuhdo and TheBB subject of a daily tip came up. I leave gitter open a lot of the time as there is often a nice key command...

Feature request

Assuming that the example should be runnable by others, the following data is missing: ``` datafile = os.path.join("..", "data", "information", "2019_3_28_8_14_constituency241584.csv") ``` Also (note - this is in `./data/map/ge2015_electorate.csv`) ```...

Following https://github.com/geo7/mypy_clean_slate/issues/110 it was highlighted that multiline statements aren't currently being handled correctly Running `mypy_clean_slate` on: ```python class Foo: bar: dict = { # noqa: RUF012 "int": int, } ```...