Forrest Cahoon
Forrest Cahoon
I just got a prompt asking whether I wanted to automatically send logs to the developer. I certainly want to help the project, but when I looked at the logs,...
Here is a simple, syntactically incorrect chuck program: ``` 1 => int a;x int b; ``` The output from attempting to run this is `[syntax_error2.ck]:line(2).char(5): syntax error` This is on...
I am trying to flash my Model100 from a working copy of this github repo. I'm on Windows 11 and I am using a mingw64 build environment. Although I had...
README.md has this: ``` After you have openSCAD installed, you need to download the code and run it. running `git clone https://github.com/rsheldiii/openSCAD-projects.git` if you have git, or downloading [this zip](https://github.com/rsheldiii/openSCAD-projects/archive/master.zip)...
Apps built with QT 5.6 or above will scale automatically so they are usable on linux with hidpi displays. When I build using the provided instructions (cd src ; make...
Code problem descriptions do not describe how newlines are supposed to appear in the output, often specifying the output to appear on one line. This leads to really messy code...
As an aging developer, I'm having more and more trouble distinguishing between parentheses and curly braces at the ~12pt text size I like to use. The curly braces in 0xProto...
I noticed there were vst3-related files installed to Linux when I updated the uninstall script, but the VST3 export menu item is not included on the Linux build. I naïvely...