Iain Diamond

Results 4 issues of Iain Diamond

In this pull request, I've: - updated the notebook ipytest imports so that Travis CI now passes - updated travis to also run against python 3.9 - updated the post_save_hook,...

The original _AboutTypeVariance_ koan defined the following class hierarchy: ``` class Fruit abstract class Citrus extends Fruit class Orange extends Citrus class Tangelo extends Citrus class Apple extends Fruit class...

I been working C grade_school and got the tests passing locally, but on submission I found that they had failed (what!!??) as follows: ```bash ./grade_school.c:10:6: error: no previous declaration for...

I'm running the API example, api.py, from the repository, using Python 3 on a Windows 10 machine with minor software mods. The response from Giant Bomb was quite enlightening when...