Ben Pye

Results 43 comments of Ben Pye

I haven't heard from @ndbeals . This would be a nice feature.

Your analysis seems correct. For 3 I wouldn't worry about validation, Pageant and OpenSSH use exactly the same message format. I haven't previously needed to manage creating a window from...

Nothing appears obviously wrong - You could see if [Process Monitor](https://docs.microsoft.com/en-us/sysinternals/downloads/procmon) gives you any insight?

Unfortunately that doesn't appear to be the issue ``` ben@DESKTOP-L06DUSH:~/git/rdocker$ unset HTTP_PROXY ben@DESKTOP-L06DUSH:~/git/rdocker$ unset HTTPS_PROXY ben@DESKTOP-L06DUSH:~/git/rdocker$ ./rdocker.sh root@alpine Local docker client connected to root@alpine docker daemon. Route: localhost:63922 -> root@alpine:53515...

Would it be useful to run off a USB drive as then we have a writeable root too, wouldn't this alleviate the need for the "overlay" setup that is current...

I understand that. OpenWRT doesn't require a USB drive either, but you can use it as your root filesystem, giving you more flexibility, however traditionally using the overlay.

It's still a bug and it's still very irritating to have to mirror the whole directory tree.

It would be nice to have the option to install within WSL. It would mean using the normal Linux pass, installing the python script within WSL and then setting the...

@anisse I don't really understand what the race condition would be, can you elaborate?

I can see the chance for a read-whilst-write, but I'm not sure that it's problematic anyway, unless Golang forces that to be an error? If we incorrectly read that it's...