Tobias Johnson
Tobias Johnson
I just found this library and it worked well for me so wanted to give my two cents here. I assumed that the services were run using `Task.WhenAll` and was...
@haltefest thanks for the tip. For me, this file was located at `~/.local/lib/python3.6/site-packages/instalooter/_utils.py` (installed locally, not globally)
Same thing has just happened to me with VS 2022 Professional. It was working fine for me but then I had a separate issue which caused me to run a...
Update: I re-cloned my repo using Visual Studio instead of the command-line, and the extension worked with that copy. I then updated my Git for Windows to the latest version,...
Nope, no luck. Knowing that it's not really tested/supported on Windows helps though; if I get a chance I'll try to dig in a bit more and figure out whether...
For example, to set up Microsoft health checks it is necessary to call their extension method `AddHealthChecks(this IServiceCollection services)` (source code [here](https://github.com/aspnet/Extensions/blob/master/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthCheckServiceCollectionExtensions.cs)). So I need an `IServiceCollection` interface to pass...
Having the same issue with latest provider.
I think I figured out what's going on here. I'm using a module + variables to set up multiple Elastic Cloud instances. I want to disable warm nodes in the...