Scott Leggett
Scott Leggett
One use-case for `ccv` is to bump independently versioned things in a single monorepo. For that we need to be able to filter the git log by path, and also...
This API allows using `CLOCK_BOOTTIME` instead of `CLOCK_MONOTONIC` in the exit timer and thus correctly exiting after a long period of suspend. https://github.com/golang/go/issues/36141#issuecomment-828667067 Looks like it will be introduced in...
https://github.com/orhun/git-cliff seems like a nice way to maintain a `CHANGES.md` and add a Changelog to releases. Since this repo already enforces conventional commits, integration should be fairly simple.
It might be nice to add ed25519 GPG keyfile support if the demand is there.
This PR adds `piv-agent` to the list of alternatives. It provides another way to use a Yubikey with `gpg` and `ssh` backed by the PIV applet instead of the OpenPGP...
Would you be open to adding bash and/or zsh completion generation in a manner similar to [cobra](https://github.com/spf13/cobra/blob/master/bash_completions.md)?
_exit() is defined in as per POSIX. I don't have access to a Windows box so can't test the build on that platform.
First, thanks for the great software :-) I'm seeing a panic when accessing /logs via a websocket. Here's the stack trace: ``` # logspout v3.2.5 by gliderlabs # adapters: raw...
Closes: #42