Sergey Fedorov

Results 46 comments of Sergey Fedorov

I've checked the dependencies and it's available for an update which means that you just need to execute locally this ``` mix deps.update erlavro ``` to update the version lock...

@orangeudav @dearfrankg check out your NFS daemon. Restart it and check that the `/etc/exports` has the proper definition ```txt # BEGIN: docker-machine-driver-xhyve default /Users 192.168.64.5 -alldirs -mapall=username # END: docker-machine-driver-xhyve...

@zchee Super cool, that you're returning 💃

Try this one gist, you have to allow for bridge100 usage of vpn (utun0 or utun1 ...) https://gist.github.com/mowings/633a16372fb30ee652336c8417091222

@christhomas In case if you will enable `--xhyve-experimental-nfs-share` you can quickly check mounting by ``` $ docker run -v "$PWD:/pwd" -it ubuntu ls -l /pwd ``` And in case if...

@otakustay sounds crazy, but if you will try to recreate created docker machine it should help, because probably for some reason you NFS daemon wasn't working correctly. Can you try...

@alexellis You can try to clean up files `/var/lib/db/dhcp_leases` and `/etc/exports` (just in case), then remove machine `docker-machine rm default` and create it again. P.S don't forget to backup them...

I have another one problem with `virtio-9p`. Some files become invisible for all commands. But they still available for ls, but if I do `copy ` they will not copy....

Hi @adjivas 👋🏼 Initially Avrora was designed to work with `Record` schemas which allows you to have nested schemas of complex types. But there was no reason to register a...

Sorry for a long pause, I will take a look @adjivas and drop a message of what we can do about it