Sean

Results 29 comments of Sean

I'm seeing exactly the same thing on `v1.12.2`. Our edge proxy is traefik using its native Consul Connect integration. Regularly in the traefik and consul logs there are `io deadline...

> I suspect there are some internal RPC calls which expect to block indefinitely but are getting timed out and re-established. @seanamos 's log fragments could suggest that our cache...

Just to rule it out, did you clear your browser cache/do a hard refresh?

What's strange about this is I have a linux machine where this works fine. On my macbook it doesn't work, same issue.

After looking at the provider source code a bit, I've figured out what's going on here and why it works on my one machine but not my other machine. The...

Not sure if related or this will help you @haf The way I do this at the moment is something like: ```fsharp use dangerousHttpHandler = new HttpClientHandler( // check: //...

You can do this now by creating a HttpClientHandler with the appropriate settings: ```fsharp let ntlmHttpClient = new HttpClient(new HttpClientHandler(UseDefaultCredentials = true)) let createRequestWithNtlm (method: HttpMethod) (url: string) = Uri...

Very happy with that in the interim, big improvement over the previous formatting!

This use to be an occasional nuisance, but as of late I sometimes have to reload 10+ times to get Ionide to load.

How is this not a breaking change? A minor version update shouldn't nuke a previously functioning installation! This breaks local dev, but it probably breaks a bunch of CI pipelines...