Maxime Mangel
Maxime Mangel
Beta versions are already out, so you can give it a try 🎉 - Fable.Form - 3.0.0-beta-001 - Fable.Form.Simple - 5.0.0-beta-001 - Fable.Form.Simple.Bulma - 5.0.0-beta-001 Upgrade form previous version: 1....
For the plugin system check how we can make `Section`, `Group`, `List` works for any levels of Field
It seems like right now they are limited to `Standard` field only
Hello, while working on "my PR" I needed to add a new `pipeline` to simplify testing the output of the API Docs generations using a test project. While doing so...
The constraint is messing up something:  ```fs let inline (!>) (value: ^a) : ^b = ((^a or ^b): (static member inline op_Implicit: ^a ->...
Hello, if I have these 2 files: **test.verified.txt** ```text feat: add new feature [tag1] ``` **test.received.txt** ```text feat: add new feature [tag1] ``` And run `dotnet verify review`, I get:...
This is about **Bulma | the Docs**. Docs ### Overview of the problem This is about the Bulma **Docs** ### Description Previous version of Bulma documentation had a `On this...
### Summary Hello, Improve error message if `ItemSpec` is missing on a `TaskItem` ### Background and Motivation When creating a custom MSBuild task, it took me several hours to figure...
Hello @TheAngryByrd, I just wanted to let you know that I released [EasyBuild.PackageReleaseNotes.Tasks](https://github.com/easybuild-org/EasyBuild.PackageReleaseNotes.Tasks) It makes releasing package easier by setting the following properties based on the content of a CHANGELOG...
### Description Fable imports allows to use `${outDir}` macro, in order to make the import path be adapted to reference independently from where we consume the imported code. However, it...
### Description I was looking into optimising the output of [Oxpecker.Solid](https://github.com/Lanayx/Oxpecker/tree/develop/src/Oxpecker.Solid) because it contains a lot of noise not used by the library (it is using Fable.CompilerPlugin to rewrite some...