grochoge

Results 8 comments of grochoge

Would it be best to just modify the readme to direct people to https://vulkan.lunarg.com/sdk/home to download the runtime directly? That did fix the issue for me.

I'm running into this with a VB.NET WinForms Application after changing the targeted framework from .NET 4.5 to .NET 4.8 (no updates to the version of .NET used at runtime)....

I'm getting the NullReferenceException on https://github.com/FlaUI/FlaUI/blob/d89f702eb4ad3f3848f111484469bc41ca46b549/src/FlaUI.Core/AutomationElements/ComboBox.cs#L142 It appears the issue is [the accessibility improvements added to WinForms](https://docs.microsoft.com/en-us/dotnet/desktop/winforms/windows-forms-accessibility-improvements?view=netframeworkdesktop-4.8). This may effect more than just ComboBox. Looks like there are a [few...

@sergiou87 Neither the release or beta versions of GitHub Desktop work correctly when switching from a master branch without submodules to a branch with submodules. Should that be a new...

The instructions at the top of Dockerfile.windows build dockerd but download docker.exe 17.06.2-ce from docker.com. How do I build the docker.exe?

Ah, that's in a separate repo and needs to be built on Linux and copied over (according to the docs on that repo at least): https://github.com/docker/cli If it can't be...

Without this, is there any good way to handle build-time secrets for Windows containers?

In the case mentioned originally it's listing the bucket. But we'll also need getting/putting objects and creating signed URLs.