Andrew
Andrew
Most Go tools support the standard syntax `./...` to instruct the tool to automatically recurse over all directories and *.go files. For example, `go install ./...` compiles and installs all...
Manually wrapping nakedret in Go code to recurse over project files. Here's an example: https://github.com/mcandre/mage-extras/blob/master/nakedret.go This code could be promoted into the nakedret tool itself in order to process the...
Same problem with `docker scout cves -e fs://.` However, getting different behaviors across several environments. Using Docker Engine v27.1.1 on RHEL 8 x86_64. Docker Scout v1.13.0, get a nil pointer...
Update: Docker Scout crashes with v1.13.0. Works fine with v1.12.0. Something is broken in the current release.
Error, the checksum for rustup-init.exe has changed, causing the Chocolatey recipe to fail. On my machine, the new sha256 checksum is b33a82c54199a427172fec8957760ae7c9a7b7a13b0814bdddb4438e7f88e801.
Hmm, I thought the point of using an object relational mapper is to not have to explicitly write out raw SQL statements. Could we get Update(), Upsert() methods similar to...
Default wezterm configuration. macOS zsh. I don't think I'm even using Homebrew zsh. https://github.com/mcandre/dotfiles
US QWERTY. Ctrl-A and Ctrl+E work in Terminal.app. Work in rio. Work in Hyper. Broken in iTerm2. Broken in most other macOS terminal emulators. Forget whether they work or break...
For a system this complex, the default configuration file may not be the most appropriate place to present this information. In fact, the existing documentation here is quite poor. Comment...
If the current default configuration file were readable then it would be trivial to create a minimal file: `touch telegraf.conf`. The fact that the default values are not documented clearly...