Maxime Mangel

Results 1077 comments of Maxime Mangel

Because the error is happening in your browser and the message is about a missing `encoder` are you sure you are not trying to serialize your model with a `WebSocket`...

Then this is the "expected" behavior, to get around the problem you can use [`Debugger.withDebuggerCoders `](https://github.com/elmish/debugger/blob/v3.x/src/debugger.fs#L134) which allow you to pass `encoder` and `decoder` as arguments. You have the `Cannot...

No the problem is not coming from SSR. If it was the SSR failing to generate the "JSON reprensation of your model" then it would be `Thoth.Json.Net` which should generate...

@KingKnecht You need to pass it the `encoder` and `decoder` which transform your Model to/from JSON. See https://thoth-org.github.io/Thoth.Json/ documentation for more information. In your case, because the auto coder fails...

Seems like `DataKey` is defined only in recharts bindings. Perhaps you used it on an HTML element ?

Thank you @l3m > For me personally, even though the double list formatting is a pain sometimes, I feel that looking at Fable.React code I get to see the structure...

> Actually, you don't. The type should be inferred from your message type as follows: > > ```fsharp > prop.onChange (ChangeGistToken >> dispatch) > ``` Indeed, I didn't think about...

@theimowski I didn't use Fantomas since some times. Mostly because it was messing with my code and making it really hard to read. From my experience to was not playing...

@l3m Indeed, but in this case we could make an addition to Femto to support this case. It remembers me of something so perhaps we have an issue about that...

@MaxWilsonMS That required additional steps to output the "final" code. And you would write `Feliz.Html.div` and then erase `Feliz.Html.` part which seems strange. What's good is that people can choose...