John Wostenberg
John Wostenberg
### Description May I suggest that Elmish have a Cmd.flatten function, which is the classic monadic flatten operation. Here is a complete implementation: ```fs let flatten (cmd: Cmd = [...
### Description Given two projects, a netstandard2.0 library and a net6.0 entry point project, `dotnet publish` freaks out. Not sure if this is a paket issue, an FSharp.Core issue, or...
### Description In a solution with separate macOS and Windows Desktop projects, `paket install` now fails with errors such as: ``` /usr/local/share/dotnet/sdk/6.0.300/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1100: Windows is required to build Windows...
Suave 2.5.x supported .net standard 2.0; Suave 2.6.x appears to have dropped support and upgrade to .net standard 2.1. This means that you can't use it anymore from .net framework...
Addresses https://github.com/SuaveIO/suave/issues/748 and https://github.com/SuaveIO/suave/issues/752
Suave should support the Xamarin.Mac "Modern" framework. I have a Xamarin.Mac app which uses Suave internally and would greatly benefit from being able to target Xamarin.Mac modern rather than the...
### Description Using the "G17" float format doesn't match .NET. ### Repro code ```fsharp let f (x: float) = printfn "%s" (x.ToString("G17")) f 123.45 f 10_000.0 f 0.000222 ``` ###...
### Description ```StringBuilder.Append``` is missing replacements for the float and decimal overloads. There may be more; those two are all I checked. ```fsharp stringBuilder.Append (string someFloatValue) ``` ### Related information...
It would be really nice if it were possible to create a SDK-style Xamarin.Mac full-framework project with MSBuildSdkExtras. This great tool seems to only support Xamarin.Mac Modern. The project property...
Was trying to use Cardboard to run CoreProtect on a Fabric server, and attempted to use the Fabric version of LuckPerms to manage permissions. Once permissions were set up (i.e....