Chet Husk

Results 587 comments of Chet Husk

Adding support for applicatives can definitely address _some_ of the underlying concerns, as instead of nested calls to Bind, independent parsers can be run individually and collected up into a...

Submitting for discussion a few converters I have/use for DU serialization at work: https://github.com/baronfel/Newtonsoft.Json.FSharp.Idiomatic There are some common cases that work very well for DUs (especially enum-style DUs), but the...

In the case of unnamed values you could use Item1, Item2, etc, as the structure is mapped to a tuple under the hood. The UnionCase API gives you the auto-generated...

Hi @gendalv - can you be a bit more specific? What operating system are you running on? Do you have any logs we could see?

There's a timeout in the PR blocking full merge, but I think it's transient. We hope to merge imminently. PR in question is https://github.com/dotnet/templating/pull/4222

@joeloff does this line up with your expectation of the layouts for the runtimes on macOS?

Hello! I believe this is a duplicate of https://github.com/dotnet/sdk/issues/24037. Can you check out that issue and see if that's the case? If so we can close this one.

Hi folks - we'll need to bump that version and make a new release in order for the tool to work on 7.0 releases. We're looking at this now!

Related comment [here](https://github.com/giraffe-fsharp/Giraffe/issues/488#issuecomment-884217398) that touches on why no F# library (Falco/Giraffe/etc) should expect the minimal API syntax to work for us out of the box. I had a [conversation](https://www.twitch.tv/videos/1092464368?t=1h50s) the...

Getting the data source hasn't ever really been the problem here. The problem is in generating the OpenApi spec in a way that plugs in nicely with other ASP.NET Core...