Loic Nageleisen

Results 176 comments of Loic Nageleisen

Nevermind, it was a false positive, it never worked on Windows. See https://github.com/atom/electron/issues/262

Thanks for the screenshot, this looks nice.

PR #18 merged, we now have Windows and OS X covered. Linux remains.

Well, this did the trick: ```diff diff --git a/drivers/vmwarefusion/fusion_darwin.go b/drivers/vmwarefusion/fusion_darwin.go index fb22c96a..b1dcff5e 100644 --- a/drivers/vmwarefusion/fusion_darwin.go +++ b/drivers/vmwarefusion/fusion_darwin.go @@ -194,6 +194,11 @@ func (d *Driver) GetIP() (string, error) { return "",...

Compiled with go 1.13 from my branch at #4847. [docker-machine.tar.gz](https://github.com/docker/machine/files/5537753/docker-machine.tar.gz)

I just created a new one with `docker-machine create -d vmwarefusion foo`. It seemed to fail to work right away, blocking when waiting for the VM to come up, and...

Just created a machine successfully from A to Z: Open a first terminal window: ``` $ bin/docker-machine -D create -d vmwarefusion foo # wait for ip find loop, do not...

I've had this issue with `ActionController::Live` blindly copying thread locals for a while, and traced it to here: https://github.com/rails/rails/blob/1512cf2ba578282c898b8eb68ac401ea5243b7b5/actionpack/lib/action_controller/metal/live.rb#L261-L263 Context: we (previously Sqreen, now Datadog) create a context object to...

This simplifies life: ``` export SHELLCHECK_OPTS="-e SC2034 -e SC2164 -e SC2154" ```

Super cool. I think I have `qemu` locally somewhere but it's hackishly packaged. Also, a quick note: `.install` scripts that run info tools seem to not work correctly and output...