Jon Riehl
Jon Riehl
I'd like to play around with preset authoring without using Milkdrop (I'm on a M1 Mac, so it's pretty much a no-go to use the Nullsoft product), and one feature...
**Describe the bug** Running the build script errors out with the following message: ``` ninja: build stopped: subcommand failed. CMake Error at CMakeLists.txt:51 (message): Build step for deps-build failed: 1...
The last coding push I made got stuck trying to make the AST-ifier code in Mython work exactly like Python for 3.6, 3.7, and 3.8. Looking for help with getting...
Attempt to update the astify behemoth to Python 3.6, 3.7, and 3.8
When using `from __future__ import print_function`, the parser/lexer still thinks later uses of `print` are a keyword, and not a name token.
Meta doesn't support try-finally. Expected (please note I am using a personal version of the Numba `dump()` utility which has not been merged upstream at time of this report): ```...