David Fries
David Fries
I corrected the power_line_frequency because I needed to set the default value in the conf_template.
"allow compiling ffmpeg on non x86 platforms" added commit 341bf3d6b3be3f7b99185a5a283780b241a9722a The assembly instruction emms is x86 only, and prevents this from compiling on an ARM system. I changed the check...
I've added some more crash fixes I found with a flaky USB cable that exercised that part of the program. This also has an option to let the user specify...
I see the original post list the documentation says it should be excluded from backup, but it isn't getting excluded. https://bford.info/cachedir/ is a standard that some backup program follow that...
I don't know the answer to your question for those two programs, but there is source code available for a command line loader. Use it and you don't need the...
I'm setting this one to draft as I'm working on using more arrays for persisting the home directory dot files. I'm finding two shell variables and three conditionals per file...
Removed 2nd commit involving dot files.
When you run cura add `--debug` to the command line. Now, ``` ClearlyNotAvailableComponetName { } ``` Will print the following to stdout/stderr ``` share/cura/resources/qml/Actions.qml:13:5: ClearlyNotAvailableComponetName is not a type ```...