reyqn
reyqn
I don't know if this is expected, but tmux seems to work over ssh. (You can even run an ssh server and connect to it locally to use tmux)
Tmux uses the open syscall to get the client file descriptor: ``` #ifdef __CYGWIN__ c->fd = open(c->ttyname, O_RDWR|O_NOCTTY); #endif ``` However, this call returns errno 6: No such device or...
Well I think I'm way out of what I can understand here, but the only thing that strucks me is that tmux works on conemu where each tty is linked...
> > > I decompiled and saw that the closed source file submitted by this PR was fine, and the above questioned the closed source, what is your purpose in...
Did moving out of the dev channel fix this? I just updated to the beta channel to get tabs on explorer and now experience this issue.
> So... You can try using this tool: https://dropbox.inf.re/webos-app-stub/ - set Application ID to `amazon` or `netflix` (not 100% sure if these are the actual names of netflix/amazon video apps...
I've got the same issue, I wanted to use https on miniflux to use it as a pwa on android, but this broke miniflutt. I can confirm this works with...
I've got the same issue, I guess no luck? I tried playing with bitrates, or switching decoders but nothing works (well lowering the resolution from 4k to 1080p works).
Hi, thanks for keeping armv7 support. Just confirming this is working well for me on rpi4 (with yggtorrent)
Just in case, your issues seem to be related to #5559, [here](https://github.com/Kong/insomnia/issues/5559#issuecomment-1360095833) is what fixed it for me.