Grady Weyenberg
Grady Weyenberg
It would be nice to have some way to tell mathbot to mark its response as a spoiler. I am using Discord in my classes and sometimes post additional practice...
At some point between commit 9a1e0fe and c9764e2, there seems to have been a bug introduced to the writePhase code. The phase file output is now writing raw binary 0/1...
Partial fix for issue #52. Imports Response exception class into the main package namespace.
The `from .__main__ import runner` statement in `__init__.py` masks the name of the `envdir.runner` module. This is especially problematic as `envdir.runner` module contains the exception class `Response`. This seems to...