c032

Results 5 comments of c032

Either that, or letting the users set their own background. It would be a nice touch.

Okay, I _think_ the problem is caused by the alias declarations ([introduced in Go 1.9](https://go.dev/blog/go1.9)). I can successfully build if I: * Comment-out all alias declarations (breaking change). * Fix...

@omerd-cyera > This can be replicated by a simple `nc -nvlp 5432`. I can't run that command (`nc: cannot use -p and -l`), but assuming `nc -nvl 5432` is the...

@omerd-cyera Yep, I started your script, connected from `pg` to it, started running queries in a loop, pressed `w` (and then `Enter`) in your script, and got an exception from...

A veeery crude fix is checking whether the `TMUX` environment variable is set, and then parse the output of the command `tmux display -p '#{pane_width} #{pane_height}'`. I bet it can...