Explore >> Select a destination


You are here

github.com
| | terodox.tech
33.2 parsecs away

Travel
| | A site for cataloging the many technical musing of Andy Desmarais
| | blog.jquery.com
25.7 parsecs away

Travel
| | jQuery: The Write Less, Do More, JavaScript Library
| | msfjarvis.dev
3.7 parsecs away

Travel
| | ? Type of change Bugfix New feature Enhancement Refactoring ? Description Add support for multiple authentication methods by offering password authentication after public key authentication. Along the way, refactor GitOperation to use a (somewhat) proper builder pattern. This uncovered that we were previously not using SSHJ for the case of no authentication, which is now rectified. ? Motivation and Context Fixes #333, fixes #548 and fixes #782 if it works. ? How did you test it? I lack the setup to test ...
| | collin.blog
50.2 parsecs away

Travel
| I wrote myself this small template as a starting place for when I'm writing shell scripts. I just wanted something basic with enough structure to remind me how I like to do things. I thought maybe it would be helpful for other people who don't write shell scripts too often but want to them to...