Maxime Mangel

Results 1077 comments of Maxime Mangel

This has been released with Fable 4.19.2

This one is tricky because Fable, tries to avoid supporting globalisation in general because it is difficult to implements as their are a lot of variant. The code responsible for...

Another suggestion is to look in the JavaScript ecosystem if there is a library supporting the features you need. You can use it just to parse the user input and...

I don't think it is explicitly mentioned on the documentation. I know that if you try to pass the `Globalization` arguments then Fable log a warning.

Hello @jwosty, Could you please share some code to see how you are using reflection? I will like you are marking all your function using `inline` while you only need...

```fs let hi : unit -> unit = import "*" "./hello.py" hi() ``` generates ```py from typing import Callable import ./hello.py as hello hi: Callable[[], None] = hello hi() ```...

Hello @nkosi23, Regarding CSS modules, if you are interested in using them in Fable, I created an NPM tool which generated the F# code required to use them in a...

Hello @sonicbhoc, can you please provide the F# code so we can see more clearly what you are doing?

I am confident that you should not need the `ofFunction` for code like that. Are you sure that all your components that call a hooks are decorated with `[]`? It...

@Zaid-Ajaj When starting a new project from scratch requesting `Feliz ~> 1`, then paket/dotnet resolve `Feliz.CompilerPlugins` to 2.0. The request made by @sonicbhoc is indeed important. `Feliz` 1 should request...