Paolo Laurenti
Paolo Laurenti
@Lazarus404 the problem you've mentioned has been solved with this commit: https://github.com/bitwalker/distillery/commit/c42a47d36e5247f4798a04ac806dcdb7edaaf3fb
@Lazarus404 Try removing the erts.ini file inside erts folder. This is another change I made with the commit I linked above. Let us know...
I think the problem is related to this: https://groups.google.com/forum/#!topic/erlang-programming/kATOOaYBflA
The only "solution" I found is to set the Startup Type of the Windows Service to _Automatic (Delayed Start)_. I can provide a PR where the `install.ps1` can set the...
> In .NET 6 there is System.IO.Hashing: https://www.nuget.org/packages/System.IO.Hashing/6.0.0 it includes CRC16, CRC32 Unfortunately this is [not available](https://learn.microsoft.com/en-us/dotnet/api/system.io.hashing?view=dotnet-plat-ext-7.0&viewFallbackFrom=net-6.00) on the standard library of .NET 6. Is it OK to include the...
@rchande I see the same problem also with `"omnisharp.path": "1.32.16"`. I tried also with `"omnisharp.path": "latest"`. Nothing different.
I use this workaraound (thanks to @gpad tips) setting MSBuildSDKsPath, DOTNET_ROOT and PATH environment variables before opening VSCode. I use `asdf` to manage dotnet installation, I run this script (I...