Maxime Mangel
Maxime Mangel
### Version Ionide 7.18.2 ### Dotnet Info .NET SDK: Version: 8.0.100 Commit: 57efcf1350 Workload version: 8.0.100-manifests.6c33ef20 Runtime Environment: OS Name: Mac OS X OS Version: 14.4 OS Platform: Darwin RID:...
I am not so happy with the latest version of Bulma and I am looking for a new CSS only framework. It seems like DaisyUI is the new cool kid
- Showcase using Signature field - Showcase usage for a `Record` to handle the sate of a field instead of just a single primitive type
**Please do not merge as more work is needed before merging into main** This PR experiment with how we could use signature to document the API like proposed in https://github.com/fsprojects/FSharp.Formatting/issues/929....
I propose to revisit the documentation to use "signature-like" to describe the API documentation. This is also to makes the most out of the XML doc comment. Here is a...
`ApiDocMemberDetails` is currently described as a single case DUs. https://github.com/fsprojects/FSharp.Formatting/blob/2efb355823b8311f91a06566c0a3de86037a590d/src/FSharp.Formatting.ApiDocs/GenerateModel.fs#L292-L301 This makes accessing the information in it not easy because tuples doesn't expose a named property to accessing the different...
Using `Ctrl+C` is the standard to kill a CLI application. Would you be ok with using that instead of allowing any key press to kill it? My reason is that...
I am using ```bash dotnet build ../../fsprojects/FSharp.Formatting && /fsdocs-tool/bin/Debug/net6.0/fsdocs watch --nolaunch ``` to run the tool locally. However, when updating `fsdocs-default.css` (either in the F# Formatting repository or a copy...
Fable.React and old React binding are heavily using this technique
With `Update - 14 November 2023` Github disable support for admonition in nested elements... > Update - 14 November 2023 > [...] > Prevent alerts from being nested within other...