Bruce Markham
Bruce Markham
If ya'll are looking for "free": You can host a static website using GitHub pages, and you can continuously deploy it with GitHub actions. I recently did this for a...
@jhoneill and @jborean93, re: Windows support… As of the inclusion of `setx` in Windows 7, Windows supports blank environment variables. To set one yourself: ```Output C:\Users\Bruce>setx A "" SUCCESS: Specified...
@rhubarb-geek-nz and @jhoneill, re: examples of semantically "meaningfully" blank environment variables… …here are some examples I've run into from "the wild": - `VSCODE_GIT_EDITOR_EXTRA_ARGS`[^1] - `DOCKER_TLS_VERIFY`[^2] - `NO_COLOR`[^3] (for practicality reasons,...
@rhubarb-geek-nz and @mklement0, I ~mostly agree~ _am sympathetic_ to the idea that blank environment variables are unwise to create/expect. That's not particularly germane to my specific ask, though. It is...