Maxime Mangel

Results 1077 comments of Maxime Mangel

@Zaid-Ajaj The problem, is that if they don't use the latest version of Fable 3 then they will only see the problem at the runtime only with some weird errors...

Thank you for proposing. Currently, I have the manual API done for both encoder and decoder. And will definitely need help and feedback on the implementation. For example, my plan...

> My view is the shorter names are better - and a JS version of these seems unlikely! Well it is not only JavaScript but also Python, Rust, and any...

Hello @njlr, The manual APIs packages have already been created and pushed to NuGet. - Thoth.Json.Core - Thoth.Json.JavaScript - Thoth.Json.Python - Thoth.Json.Newtonsoft To use the new API, you need to...

> Maybe I hit a bug? > > ```fsharp > #r "nuget: Thoth.Json.Core, 0.2.1" > #r "nuget: Thoth.Json.Newtonsoft, 0.1.0" > > open Thoth.Json.Core > open Thoth.Json.Newtonsoft > > let json...

Oh you mean, I made a mistakes by converting a `int16` into an `unsigned int` which don't accept negative values? Depends on what you mean by breaking changes, the JSON...

> I wonder if `Encoder` and `IEncoderHelpers inherit IEncoderHelpers abstract encoderHelpers: IEncoderHelpers

@njlr Thank you I would make some time during this week to look at all the PRs you sent. The one reworking the manual API looked good last time I...

Hum, this is because `Decode.value` does no checks. It is defined as `let value _ v = Ok v` meaning that anything you pass to it succeed. It was added...

Looking once again at how Elm implements this I believe the current implementation of `Decode.value` is correct in the legacy package. Because, I don't know in which case `Decode.value` should...