Maxime Mangel
Maxime Mangel
@nojaf In general, when working with react binding we use the DUs list with `keyValueList` style not class style. At least, when targetting Elmish because like that we have a...
We need to be careful with methods overloads. F# have difficulties determining the right overload as stated here https://github.com/fable-compiler/ts2fable/issues/110
I was facing the same problem when working with Fable + Express. My way around it and to propose a better DSL was to use `static constraints` there can be...
Seems a little strange/hard to read. But it's a good idea to let the classic `listen` with the derivated methods
Most of the Fable user use VSCode + Ionide-fsharp
I believe this should work now with the latest version
Hello @heronwr , I just upgraded to the latest version of v using `v up` and I have the same result: ``` PS C:\Users\Maxime\Documents\Workspace\Github\MangelMaxime\learning_v\test_live> v version V 0.1.29 e03ae19 PS...
I also tested `-live` using `gcc` ``` PS C:\Users\Maxime\Documents\Workspace\Github\MangelMaxime\learning_v\test_live> gcc --version gcc.exe (MinGW-W64 x86_64-posix-seh, built by Brecht Sanders) 10.2.0 ``` Live is working with `-cc gcc` with a a small...
Hello, Yes the tests are hosted on Thoth.Json repository to make sure that both libraries support the same API. If you need to test locally the test from your fork,...
I tried your solution but it seems to be hurting the same wall I had in the past: > Object of type 'Microsoft.FSharp.Collections.FSharpList`1[System.Object]' cannot be converted to type 'System.Collections.Generic.IEnumerable`1[System.String]'.