SchlenkR
SchlenkR
`print` functions for the FsHttp representation of `Request` and `Response` records are currently implemented in `Print.fs`, which export `Request.print ()` and `Response.print ()`. Those functions are only used when FsHttp...
Hint: http/2 is only available in .Net Core 3 via HttpClient
formatting should be done in invariant culture (decimal separator issue)
Any transitive or direct usage of `System.Configuration.ConfigurationManager` with a version >=5 results in an error in FSI. **Repro steps** This can be reproduced by evaluating this in FSI: ```fsharp #r...
# Add "partitionMap" for List/Array/Seq/Set I propose we add functions to the List/Array/Seq/Set modules that partition a collection of values into many collections of different types by a given mapper:...
When I have Ionide enabled and I open a .fsproj file, it looks basically like this:  Same with Dir.Build.props:  Having Ionide disabled, it looks like:  and ...
config_baseUrl config_transformHeader (fun (header: Header) -> let address = "http://zero2w:8080" header.target.address.Value { header with target.address = Some address }) + update docu