Adrian Colley
Adrian Colley
I ran `gl branch -c origin/disproof_of_concept` and it unexpectedly pushed my local changes to the remote repository. My expectation was that it would update the local git state to associate...
`gl publish` requires the same strange setup with the same odd justification as git's indefensible `remote` management. Specifically: - You have to associate an upstream branch with each local branch,...
Collectd supplies Posix timestamps, and Prometheus understands them in the exposition formats. However, collectd_exporter exports all metrics with the implied "now" timestamp. This leads to calculation errors. For example, I...
When using `smith upload -d -r https://jruser:[email protected]/reponame`, the blobs POST is made without the username and password credentials. The private registry I'm using (artifactory) rejects the attempt with a 403...