Maxime Mangel

Results 1077 comments of Maxime Mangel

You need to replace `module` probably by `@turf/along` in `let []`

Can you try using ? ```fs let cords = ResizeArray([3.;3.]) ``` This is strange because I would expected JavaScript to consider `Float64Array` & co to be specialized array.

Can you please share with us the generated bindings here ? So we can look at it and see if we can do something or if you need to modify...

Yes, overload in F# can give a hard time to the compiler some times. For your example, this is working (but it's really nice looking and I don't think it's...

For info, this is working too: ```fs let x = Node.fs.readFileSync(unbox path, Some null) |> U2.Case1 ``` But I add again a hard time making the compiler happy. But still...

Hello > * The missing react dependency/namespace is easy to fix with a simple `open Fable.Import` so that `React.xxxxx` is valid. This is "normal", because ts2fable generate codes that he...

I think here is that in React we want to use `uncurry` because of how we build the props information for React but if it was a not a React...

For some libraries ts2fable seems to not be able to generate the import statements. You can just add the import to a global namespace so you can access it everywhere.

> Do you mean somewhere in Leaflet/ReactLeaflet or in my own code? For now in your code. You probably have a global `Helpers` module, you can place it here so...

For `@types/googlemaps`, you need to pass it the file manually at the same time as `react-google-maps` Please note, that ts2fable will generate only strongly typed React components not the DSL...