/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.goncharov.xyz
| | maniacalrobot.co.uk
1.3 parsecs away

Travel
| |
| | willhaley.com
2.5 parsecs away

Travel
| | This article outlines a process for loading a custom git configuration when in a specific directory tree. This sets up a sort of local git configuration per-directory without needing to alter the global .gitconfig file or any other global git or ssh configurations. See here an example .envrc file. This file would be used by direnv to set per-directory env variables with the direnv shell helper. PATH=$PATH:$(pwd)/bin export GIT_AUTHOR_EMAIL="Email to use for this organization" export GIT_AUTHOR_NAME="Name to use for this organization" export GIT_COMMITTER_EMAIL="Email to use for this organization" export GIT_COMMITTER_NAME="Name to use for this organization" export GIT_SSH="my-special-ssh-command-for-this-organization.sh" Setting GIT_SSH allows for customizin...
| | www.juliabloggers.com
2.7 parsecs away

Travel
| | [AI summary] This blog post provides instructions on installing Julia 1.10 and configuring it with VSCode on different operating systems, including Windows, Linux, and Mac.
| | babeljs.io
17.9 parsecs away

Travel
| babel-eslint is moved to @babel/eslint-parser!