David
David
I am having the same issues (search works great but not with server) Could it be related to the version of socat ? I installed socat with brew ``` socat...
@mandpd Have you tried the translation with rosetta? I'm considering buying an M1 and but I rely on Kite quite a lot so I'm wondering if it is functional.
The correct syntax for copying files to a machine is the following: `docker-machine scp path user@machine:path` So for example, it would be: `docker-machine scp ./src ubuntu@my-machine:~/dest` Don't forget the ~...