SchlenkR

Results 32 issues of 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)

bug

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...

Bug
Impact-Medium
Area-SetupAndDelivery

# 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:...

approved-in-principle
area: library

When I have Ionide enabled and I open a .fsproj file, it looks basically like this: ![grafik](https://github.com/ionide/ionide-vscode-fsharp/assets/472222/cf2cd1e6-bac5-4595-bd5b-dc5d277052fa) Same with Dir.Build.props: ![grafik](https://github.com/ionide/ionide-vscode-fsharp/assets/472222/aa4a81d8-5165-416b-b634-ca2f277d43a4) Having Ionide disabled, it looks like: ![grafik](https://github.com/ionide/ionide-vscode-fsharp/assets/472222/0e5f0ee9-f465-45cc-9c59-5c046c8dd627) and ![grafik](https://github.com/ionide/ionide-vscode-fsharp/assets/472222/c145664c-d883-4149-9ff4-ab6ab96782a4)...

config_baseUrl config_transformHeader (fun (header: Header) -> let address = "http://zero2w:8080" header.target.address.Value { header with target.address = Some address }) + update docu