Maxime Mangel

Results 1077 comments of Maxime Mangel

After looking at the tests projects, it felt easier to navigate to me.

Hello, The place to investigate this is issue should be: https://github.com/fable-compiler/Fable/blob/8f7ab698eac0d02df1bed21045d8081492a3c26b/src/fable-library-ts/Date.ts#L594-L601 More specifically, I believe this problem is going to be in the `parseRaw` function: https://github.com/fable-compiler/Fable/blob/8f7ab698eac0d02df1bed21045d8081492a3c26b/src/fable-library-ts/Date.ts#L509-L582 The easiest way to...

I think this addition will be done later in the Glutinum rewrite of this package this is so we are sure to not break anything in this package.

I can't remember if Is `abstract fn: int -> int` equivalent to `abstract fn: int -> int with get, set` in F#? I guess it is because the F# compiler...

Thank you for the report, I will investigate this issue while working on porting the Auto API to the new API.

Thank you for the update, I just got back from vacation will have a look to make a new Thoth.Json release this week and take this chance to look at...

Hello @njlr, I am finally starting to have a look at this PR seriously. Looking at the code it seems like there are a lot of changes compared to the...

Ok thank you for the answer. At least now, Thoth.Json has benchmark setup so it should be possible to make a quick comparaison between both approach an see which one...

Originally, I wanted to make a benchmark comparison between your version of the Auto decoders and the old ways of doing them. But I don't think it matters too much...

> > Let's make a plan for releasing Auto API support with Thoth.Json.Core API. > > I was hoping that the Auto API could live in a different package so...