Henrik Feldt
Henrik Feldt
https://www.thomaslevesque.com/2013/11/30/uploading-data-with-httpclient-using-a-push-model/
One exception not caught: ``` System.Exception: Failed to get response ---> System.AggregateException: One or more errors occurred. (A task was canceled.) ---> System.Threading.Tasks.TaskCanceledException: A task was canceled. --- End of...
https://gist.github.com/benhysell/10c1eb546bd3401ee50f https://stackoverflow.com/questions/28406226/how-to-import-private-key-of-self-signed-certificate-using-certmgr-in-mono#31330399
```fsharp module Request = open System let path resource (r: Request) = let ub = UriBuilder r.url ub.Path
A nice way for doing sanity checking and also for checking what the formatted output of for example the request uri is. Like this, in the `Request` module, but fully...
This would mean I can make stateful requests; the presence of that container (it can be `CookieContainer option`) would entail the flag `CookiesEnabled`.
This would allow us much more granular testing of web servers and would allow the F# code to be written in an exception-free style, supporting exhaustive case analysis/static analysis. In...
The `opentelemetry-api` package, exporting `opentelemetry` doesn't successfully import into vscode. 1. In vanilla VSCode, the `import opentelemetry` is white 2. In VSCode with mypy / pylance enabled with strict mode:...
Currently https://github.com/zalando/spilo/blob/656d46f844373618d10052634ccc3867813355a4/postgres-appliance/scripts/configure_spilo.py#L101 Is generating certificates pretending to be dummy.org. This is not an IANA reserved test domain https://www.iana.org/domains/reserved and should not be treated as such.
**What this PR does / why we need it**: **Which issue(s) this PR fixes** Fixes # **Special notes for your reviewer**: **Release note**: ```release-note ```