Maxime Mangel

Results 1077 comments of Maxime Mangel

I have others projects that I am working on and Fulma is not anymore my go to API for using Bulma so I don't know if or when I will...

The other DSL for Bulma is [Feliz.Bulma](https://github.com/Dzoukr/Feliz.Bulma) but has not been updated yet. You could also use [TypedCssClasses](https://github.com/zanaptak/TypedCssClasses) to generate classes based on your CSS files, but I don't know...

Like you pointed out, I suppose the line: ```js super["Examples.AspectBase`1.Attach1505"](owner); ``` should be generated to: ```js super["Examples.AspectBase`1.Attach2B595"](owner); ```

> For bundles, the head files are created for convenience, but directly including external links are the recommended approach. Hum, would be nice to have some documentation about (or I...

Fixing the representation will also affect the JSON serialization I believe

> nor Date have the 100ns precision. Not having this precision feels ok to me. My reason to report the issue for `System.TimeSpan` is because I feel like this can...

> so if we use built-in `Date` functions, loss of precision will happen anyways, once you do anything with it. I think when considering `TimeSpan` alone, the current behavior is...

Thanks for the report, we should indeed add them. It looked like really interesting API when I was reading about them last week. If I remember correctly, `Seq`, `List` and...

> I guess to handle that every supported method needs to be listed out in the replacements to avoid new passing through. Indeed, I often think about if we should...