Kristian Mide
Kristian Mide
I'm also seeing this issue - and the setup seems to work just fine when trying to hook a hello world c executable
Nice idea It should be pretty straightforward using https://godoc.org/golang.org/x/crypto/ssh#ParseAuthorizedKey and the regular openssh `authorized_keys` format
Indeed it could i believe this should be fixed by having a timeout on sinks
> If an uploader disconnects before a sink connects the sink should be removed. i totally agree :)
> The -R option allows to set a remote interface and it can be ether: > > * omitted `80:localhost:8080` > * empty `:80:localhost:8080` > * asterisk `*:80:localhost:8080` > >...
It might have something to do with the pointer receivers - this for example never triggers the race detector ```golang package main import ( "fmt" "os" "time" "github.com/charmbracelet/bubbles/progress" tea "github.com/charmbracelet/bubbletea"...