Doug Slater

Results 58 comments of Doug Slater

Is there a way to bridge if the host machine is Windows? When I followed the steps above, docker gave an error that macvlan is not supported on Windows.

Thanks for your response, and that was a thoughtful way of asking "why?" I'd like... - to use another VNC app than the browser - the macOS guest to be...

Thanks again. For VNC, what IP do I enter in my VNC client? For SMB, the guest cannot see my server (which is also the docker host), and can't ping...

I was able to answer my own questions: > For VNC, what IP do I enter in my VNC client? From the host, enter `localhost:5900` into the VNC client To...

I pursued an answer to the natural follow-up question: "How do I access services on the guest macOS container, hosted on Windows, from outside the host machine?" Old (Incorrect) Answer...

Thanks for a very useful library and for your talks guiding how to test Blazor. I'm also seeing this bug. Fails: ```cs var cut = Render( @ ); cut.Find("button").MarkupMatches(@); ```...

@egil My mistake, I pasted the wrong thing. I've just now updated it.