Stanislas Polu
Stanislas Polu
Hi @DannyBen! Anything that quits the newly opened shell also disconnects the warp, as a warp is a shared shell instance. Do `exit` or `Ctrl+D` should work depending on the...
I'll keep this one opened to update the README
Fair point. Indeed Ctrl+D does not work client-side and should probably. It is hinted here[0] that you should simply close your window, but that's definitely not clear. [0] https://github.com/spolu/warp#automatic-client-terminal-resize
Thanks @DannyBen
@jinankjain looks great! Can we look for the current user as well?
If a docker image has been created we should move it on now.sh and update the official URL. I will look into this next week if this can be useful...
Hi guys! So sorry! Should be all fixed. @olso @ycaille @buurzx @nikvdp are you guys using warp on a day to day basis?
Is there anything I can do to help / fix ?
The default `warpd` server is now down, but you can run your own with `warpd` (requires an installation from source with Go`: ``` ~$ go get -u github.com/spolu/warp/daemon/cmd/warpd ~$ warpd...