Maxime Mangel
Maxime Mangel
Hello @daniellittledev, > The docs point to this as an example of a decoder error: > > ``` > Error at: `$.user.firstname` > Expecting an object with path `user.firstname` but...
Moving to Nacara can be a solution, because Nacara generates TOC on the right side of the page.
@isaacabraham Feel free to correct it (you have the right to commit to my branch as a maintainer) or make a review of with annotations I will update accordingly.
And yes for F# to F# JSON deserialization/serialization it's probably not needed to use manual encoders/decoders as long as you share the same Type definition between both projects. However, if...
The first problem here is that Fable doesn't emit Attribute information into the generated JavaScript. As far, as I remember Alfonso always said no to add Attribute information into the...
This path seems strange: `C:\Users\kirichenko.nuget\packages\fable.elmish.browser\1.0.0\fable` I don't know if this is the copy/paste doing that but it's missing a `\` before `.nuget` Can you try to install the project in...
Also, can you tell us a little more about your env ? Version of dotnet. Do you use, a fresh clone from this repo or upated the dependencies etc. ?...
Awesome looking forward to see it :)
@alfonsogarciacaro Would be nice to have Fable have the same behavior as in .NET, because I have a plan to rewrite Thoth.Json to support both Fable and .NET runtime from...
> The proposed fix will also work in .NET :) Yes, but there would still be a difference in term of behavior. On Fable, it will not be able to...