Gus

Results 276 comments of Gus

FYI: maybe it's better to open it here: https://github.com/fsprojects/falanx

This seems to be a duplicate (or at least a consequence) of #131 If you read there, a fix was applied to Fleece already. I'll be publishing a new nuget...

We should clone this repo in order to give proper support as Jet is not maintaining it.

Although Jet (or what was Jet) is happy to donate this project, they are having some legal issues regarding giving away the repo itself, so they advice to clone it...

Could this be yet another duplicate of #131 ? If so there's a new Fleece version that support enums.

@giuliohome I did open the suggestion as @ovatsus advised. It is here, in case you want to read, comment and/or upvote: https://github.com/fsharp/fslang-suggestions/issues/678 ... but yeah, it seems nobody cares.

That's a question for the F# team, but I think it's because scripting is considered design time.

Here are some cases where I miss this feature: - List-like user types: If I define a `NonEmptyList

@vzarytovskii that would avoid using `/` for all types, not just integers. Something like this will do the trick: ``` open System open System.Runtime.CompilerServices type DivExtension = DivExtension with //...

@dsyme In other words, this mechanism will solve the same problem @abelbraaksma solved for the `string` function https://github.com/dotnet/fsharp/pull/9549 but in a more generic way, specifically these 2 issues: - Remove...