Ananth
Ananth
### Problem If nvim --listen accepted sockets from systemd, this would allow for headless neovim services to be started up on demand. ### Expected behavior nvim --listen could take a...
git-credential-manager keeps adding the `credential.helper` configuration option to my $HOME/.config/git/config file repeatedly. This config option is already present in a file that is included by $HOME/.config/git/config, but gcm is unable...
Use distroless base image instead of an Alpine based image for the final layer.
`rua install ` builds all packages and dependencies and exits successfully. It doesn't actually install the packages though. I created a local user without systemd-homed and it installed the package....
What is the unit in this [example](https://pkg.go.dev/github.com/cavaliercoder/grab?utm_source=godoc#example-RateLimiter)? Is it Mega Bytes per second (MBps) or Mega bits per second (mbps)?
User can use the --sudo-cmd flag to choose the sudo binary to use. Defaults to sudo, and allows user to use doas, etc. with this script.
One of my projects require that I use an mTLS client to push metrics to it. Adding the ability to push via a custom http.Client will help me do that....
Gauge#Add simplifies gauge usage in scenarios where gauge update fn simply loads an atomic integer. I find myself writing code like this often: ```go var ( myVar atomic.Int64 _ =...
Add support for VSOCK stream sockets. Fixes: #408
Waitress should support VSOCK sockets too.