Maxime Mangel

Results 1077 comments of Maxime Mangel

Considering the changes requested by @forki on the guidelines. If this is accepted, we could add a mode "strict" to FSharpLint for people who want to always put parens around...

No idea, but just because we don't know doesn't me but can't provide an option to support it if some want to and because the code is already written for...

For me having both of these options make sense indeed.

I can't repro it... ### Machine infos * Operating system: **Darwin** * Arch: **x64** * Dotnet version: **2.1.300** * Yarn version: **1.6.0**

I prefer independent samples because it simpler to use. Also, I see no benefit to add the same samples as the ones from Elmish repo or samples-browser repo, etc.. This...

@aolney To be fair, when I did this sample I didn't found a solution to have a good multiple samples architecture so I discarded this point 😄 It would be...

Both have pros and cons. One folder per sample make it easy for new people to copy paste the repo and experiment from it. But this add a lot of...

@jindraivanek This because it's already include in the fsproj. Remove [this lines](https://github.com/MangelMaxime/fulma-demo/blob/master/src/Demo.fsproj#L5-L34) and this will output an empty list. I am new to Mechanic projet so perhaps this case is...

@jindraivanek Ah ok, so for now we need to add the source file in the fsproj and then run mechanic. Good to know ^^

Hello, I am not sure what you are needing but in theory the API is mapped. Here is an equivalent code for the first example: ```fs [] let App ()...