Christopher Welborn
Christopher Welborn
I noticed that any library file I use has to be located in the system/global directory. Things like `-l ./libforme.so` are not allowed. `-l forme` is not allowed either if...
I've been having problems where I can load a file into EmilPro using the command line (`./emilpro myexecutable`), but the `File` -> `Open` method fails. Nothing gets loaded/refreshed. However, it...
I have some mypy/typing stubs here for Docopt. Would this be something that Docopt is interested in doing? I can always use these locally, but I wanted to at least...
Thanks to your bot, many people got to keep their piece of the canvas. I just noticed your little piece:  I wish you could have completed it and...
There is a `setsave()` method for all classes, but this wouldn't even be needed if `set()` and `save()` were chainable. Neither have a `return`, so they're just returning `None`. There...