Warren Young
Warren Young
These save the current file and exit the editor, or just exit without saving.
Using the automation-friendly "fossil branch current" feature added in Fossil 2.7 instead of ad hoc parsing of human-readable "fossil branch" output. Not only does this fix a stray space in...
The prior version was way too opinionated, adding space between each element of the prompt string, unlike common Git prompt strings. If the user wants more space, they can override...
Instead of blindly tacking `$fossil_prompt_info` onto the end of the prompt string and making assumptions about whether `$PROMPT` or `$RPROMPT` are in use here, assume the user is using a...
After building the server program for the first time, `bedrock` is in the top-level source directory but not yet installed. If you then say `test/test`, you get this error: ```...
I'm not sure if this is one error or two: ``` error /usr/local/src/codebuilds/code/node_modules/keytar: Command failed. Exit code: 1 Command: prebuild-install || node-gyp rebuild Arguments: Directory: /usr/local/src/codebuilds/code/node_modules/keytar Output: /usr/local/src/codebuilds/code/node_modules/node-abi/index.js:30 throw new...
It's scrolled off my screen now and I can't reproduce it, but at one point I got an error about "python" not being available on my Debian Buster based Chromebook....
VSCode is a pretty heavy app, and Chromebooks and RPis are notoriously small. I get using `nvm` to pull down a compatible version of Node in cases where there isn't...
If the build fails and you retry it after fixing something, it gripes: ``` Retrieving latest Visual Studio Code sources into [code] fatal: destination path 'code' already exists and is...
ZZ, ZQ and :exit were added to close [issue 315](https://github.com/guillermooo/Vintageous/issues/315), but recently the first two stopped working.