Oskar Gewalli

Results 175 comments of Oskar Gewalli

I've updated the sample to be: ```f# open Microsoft.AspNetCore.Builder open Microsoft.Extensions.Hosting open Giraffe let builder = WebApplication.CreateBuilder() builder.Services.AddGiraffe() |> ignore let app = builder.Build() let webApp = choose [ route...

I've updated the PR as can be seen here: https://github.com/giraffe-fsharp/samples/pull/2/files#diff-46281e1e531ca72cf9a54a4cb96c069c25d7bfdacb7a3a9c907d116c7beab52d

Since the minimal hosting API is relatively new, I had to upgrade to net7 as well: https://github.com/giraffe-fsharp/samples/pull/3

Seems like there are still issues with compiling the code even after https://github.com/dotnet/fsharp/issues/10379

Yes, I think it makes sense to have it documented as using invariant culture.

M1, Ionide v7.4.2, .net 7.0.200. CPU is stable. I've tried both with FSharp: Enable Adaptive Lsp Server enabled and not. For the project [auctions-site](https://github.com/wallymathieu/auctions-site) it seems like the CPU issue...

.net is around 1.6 GB after maybe 30 minutes.

I mean, there might be some memory leak. For my part the biggest issue is solved (that you couldn't use it at all due to high CPU).

Anything I've missed @smoothdeveloper?