inputusernamehere

Results 3 issues of inputusernamehere

I'm having a hard time serializing some F# records that contain empty lists. I assume that this isn't a bug and I'm just doing something wrong. I'm trying to create...

bug
help wanted

For example on the bottom of this page: https://safe-stack.github.io/docs/recipes/client-server/messaging/ There is the following snipper: ``` let loadCustomer customerId = let loadCustomer () = Fetch.get (sprintf "/api/customer/%i" customerId) Cmd.OfPromise.perform loadCustomer ()...

After creating a new project with the template, running the command `dotnet run` results in my browser opening a tab with the url `http://0.0.0.0:8085/`. However this is the backend's URL....