Evgeny Morozov

Results 61 comments of Evgeny Morozov

Thanks! The problem turned out to be that api-ms-win-core-path-l1-1-0.dll, referenced by python39.dll, is missing, because I'm on Windows 7. I was able to work around that using https://github.com/nalexandru/api-ms-win-core-path-HACK, but damn,...

I also tried setting that registry value to 0x800 (TLS 1.2 only) just to be sure, reboted again - still get the same error. @roji @vonzshik It's still unclear to...

OK, I figured it out. The solution was adding this registry key and value ``` [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client] "DisabledByDefault"=dword:00000000 ``` It's mentioned in the [Configuring Schannel protocols in the Windows Registry](https://learn.microsoft.com/en-us/dotnet/framework/network-programming/tls#configuring-schannel-protocols-in-the-windows-registry)...

Running into this as well on Windows 7 x64. Really annoying!

Note: the underlying problem was resolved by enabling TLS 1.2, as noted in https://github.com/bruderstein/nppPluginManager/issues/114#issuecomment-392282080 This issue is about the bad error message which wastes way too much of the users'...

Note: the underlying problem was resolved by enabling TLS 1.2, as noted in https://github.com/bruderstein/nppPluginManager/issues/114#issuecomment-392282080 This issue is about the bad error message which wastes way too much of the users'...

> "Set this csproj property: ...". I think even this would diminish the user experience significantly and provide a poor impression of Shouldly for first-time users I don't think it's...

Debugged the code a bit and turns out this is because `--version` (and also `--framework`) must be specified when `--package` is. Would be nice these were read automatically from the...