Lyderic Landry
Lyderic Landry
This is a minimal program to reproduce the issue (I am on Ubuntu Linux 20.04 and I use gnome-terminal): ```go package main import "github.com/fatih/color" func main() { red := color.New(color.FgRed)...
Unfortunately, this otherwise nice program doesn't support encrypted keys, there is no way to supply the passphrase: Example: ``` $ rtop rtop: ssh: cannot decode encrypted private keys rtop: ssh:...
GOOS=linux GOARCH=arm64 I have a server that run arm64, 32-bit arm binaries don't work on it. Can we please add the above architecture? Thanks, L.
## Is your feature request related to a problem? Please describe. This is not related to a problem but that'd be a nice to have. Command aliases would be a...
### Introduction I am trying to use functions in SQLite and I found the `define` SQLite extension from the reputable [sqlean](https://github.com/nalgeon/sqlean/blob/main/docs/define.md) set. In the documentation, they say: "_Scalar functions are...
**What would you like to be added**: I would like to have support for valkey (redis clone). **Why is this needed**: I am running my stack on Arch linux, where...