Aaron Janse

Results 90 comments of Aaron Janse

Oh wow, this is definitely weird. On the dev branch, I added a statement to prevent that panic. Would you mind trying it via `go get -u github.com/aaronjanse/3mux@dev`? > Thanks...

> Thats the output of it, so I reckon that the upgrade fails... I've already duckduckgoed this error, but nothing seems to be useful in this case as I don't...

Whoops, this seems to be specific to Oceanic Next's dark theme. Thanks for the screenshots!

I've reproduced this issue and figured out the problem. Fix probably later today for `v0.2.1`

Would you mind checking if the latest commit on `master` works?

> YEAAAH it works! Thanks for this fix thats great Awesome! Thanks for the helpful screenshots! > Just two things don't work so far which is the support for powerline...

I definitely think it would be cool to allow multiple read-only clients to attach to a session (once sessions are implemented #11). I feel uncomfortable, though, with the thought of...

Hmm. 3mux chooses this location via `($TMPDIR or /tmp)/3mux`. The temporary directory path here looks randomly generated rather than being a consistent place like /tmp/3mux. If you create another session,...

Maybe the path is too long? https://github.com/golang/go/issues/6895 A way to test this would be seeing if 3mux works with the environment variable $TMPDIR set to something like /tmp. If so,...

@PotatoParser It sounds like `$TMPDIR` is long by default on macOS. Thoughts on falling back on `/tmp` when `$TMPDIR` is too long to work?