Radek Zikmund
Radek Zikmund
Maybe we could implement it like they do in IdeaVim (https://github.com/JetBrains/ideavim#emulated-vim-plugins), the extension functionality is implemented as part of the vim plugin and just enabled by e.g. "set surround" or...
Yes, the thing is... this is the code we receive from MsQuic... so if this continues after we merge the two PRs you mention (and we rule out any memory...
Looks like indeed this is a regression from #63696. I can fix this specific exception for .NET 8 (the PR that broke this changed an exception type which is no...
Looks like backporting is not necessary, so I will keep the issue closed (it is now fixed in main). If something changes let us know.
Can you provide us with a small example project which reproduces this issue so we can investigate more?
I have tried the attached project, and I did not manage to reproduce the issue. First, the Dockerfile seems to be in wrong directory (the relative paths suggests that the...
my apologies, I didn't realise you need to switch docker to windows even to build the images. I can reproduce the issue now. @mthalman Would you be able to help...
@Pilchie, can you please have a look?, thanks!
Did you follow this tutorial? https://dotnet.microsoft.com/en-us/learn/dotnet/hello-world-tutorial/install It says to open a *new* terminal session after you install the SDK to pick up the changes.
> Are you explicitly listening only on and IPv6 address, or a wildcard address? In this case we are passing AF_INET6 as the address family. > Could you please collect...