Maxime Mangel
Maxime Mangel
Hello @kqr, could you please tell me how they serialize a `None` case? Note that only the decoder will be adapted, the encoder will still generate Erased version. Partial implementation...
Sorry for the delay, didn't have much time at the beginning of the year. Hum, perhaps you were using Newtonsoft at the time? I guess instead of trying to support...
@forki What are you expecting from me? For me, the diff seems good for an upgrade to Fable 2.1. Do you expect me to build/test the app?
You need to start `fable-splitter` by using `yarn run fable-splitter` for example. It will start the compiler for you.
@forki If I didn't mess up the merge/rebase, I released Fable.Elmish.React 2.2.0 with the fix included. Available when nuget ready.
> @MangelMaxime I assume we need to "export" Elmish.ReactNative.Components.App somehow!? > > https://github.com/elmish/react/blob/master/src/react-native.fs#L15 I don't understand this comment. Is the fix in Fable.Elmish.React enough or do we still need to...
@forki Yes, the idea is to replace the `*.Style` to use a similar function. If the existing DSL used a `Style` case, you can use a `static member` and make...
**Comment by [MangelMaxime](https://github.com/MangelMaxime)** _Friday Nov 23, 2018 at 13:25 GMT_ ---- ## Show how to encode/decode DUs with and without cases ```fs open Thoth.Json open Fable.Import type Info = {...
**Comment by [MangelMaxime](https://github.com/MangelMaxime)** _Friday Nov 23, 2018 at 14:18 GMT_ ---- For DUs we could use `Decode.onfOf` to keep the JSON compact and also make it readible for humans. ```fs...
Hello @kentcb, How are you invoking Fable ? - If you are using Fable 3 can you please share the CLI invoked. - If you are using Fable 2 can...