Julia DeMille
Julia DeMille
My `.vim/coc-settings.json` in my workspace is: ```json { "python.venvPath": "${workspacePath}/.venv", "python.linting.pylintEnabled": false, "python.linting.flake8Enabled": true, "python.linting.enabled": true } ``` But for some reason, `coc.nvim` keeps telling me pylint isn't installed. Is...
When I download a large amount of mods, CKAN barfs, complaining that it can't access this ONE temp file. ``` Unhandled exception: System.IO.IOException: The process cannot access the file 'C:\Users\FireFaced\AppData\Local\Temp\tmp8C0B.tmp'...
I've run into a funny problem -- `ParseError`s from `winnow` get displayed on multiple lines. If, for example, the first line contains a line that has an error in it,...
Build not tested on platforms other than Linux. Removes dependencies from the build tree, and in general does significant cleanup.
Requires C++20. Handler kept as a member of the flight loop to ensure memory safety. Using templates with concepts rather than casting to abstract class, so that sizes are absolute....
Compiling with `-Wpedantic` reveals a significant number of warnings surrounding the use of the assertion macros in `utils/error.hpp`. It seems that invoking such a macro without at least one argument...
Hi! I've been getting started with making a rhythm game lately, and came up with OpenRhythm. I Googled it to see if it was already taken, and I found this...
For my use-case, I need to get a stream to a file within the archive, without deferring to a callback. I don't mind this action blocking all other use of...