Darrien Glasser
Darrien Glasser
Info: (with go111module=on) ``` yak@ubuntu-yak:~$ go version go version go1.12.7 linux/amd64 ``` ``` yak@ubuntu-yak:~$ caddyplug list fetching missing dependencies: caddy, dnsproviders, hook.pluginloader go: finding github.com/abiosoft/caddyplug latest done fetching depedencies. http:...
``` Kotlin version 1.2.60-release-76 (JRE 10.0.2+13) com.xenomachina:kotlin-argparser:2.0.7 ``` I (unfortunately) write Python almost every day at work, and we use Argparse there most of the time. Argparse has wonderful support...
We're demoing this tool right now, but I'm understanding this tool wrong, or something about the output is incorrect. Checking (roughly) the number of current jobs on our jenkins server:...
Sometimes I remember a good article I read that I'd like to be able to find again. So far the only way is paging through values slowly and CTRL +...
My guess is this is the proper place to post issues for the website protolock.dev If it isn't, feel free to point me somewhere else. Go to protolock.dev, hit the...
I hate to be that guy, but I have to ask. There are two releases and they're almost identical. There are open PRs with no comments. Heck the [original dirs](https://github.com/dirs-dev/dirs-rs)...
It would be great to have a standard cron parser on crates.io This one looks really nice, but it's much harder to integrate it into open source projects without publishing...
## Have you checked borgbackup docs, FAQ, and open Github issues? Yes ## Is this a BUG / ISSUE report or a QUESTION? Issue ## System information. For client/server mode...
Gifs support non-square pixel aspect ratios. https://www.w3.org/Graphics/GIF/spec-gif89a.txt See the Logical Screen Descriptor section: ``` 18. Logical Screen Descriptor. a. Description. The Logical Screen Descriptor contains the parameters necessary to define...
Via the README: https://github.com/rust-lang/git2-rs#building-on-osx-1010 > If the ssh feature is enabled (and it is by default) then this library depends on libssh2 which depends on OpenSSL. To get OpenSSL working...