Maxime Mangel

Results 1077 comments of Maxime Mangel

Hello @Swoorup, To be sure, I understand could you please provide an example (JSON + F# code) of what you are trying to do?

Hello @alfonsogarciacaro, personally opening a few modules doesn't cause me any problem because it doesn't pollute the namespace. However, it is true that having a similar experience as with native...

> I was a bit worried that users had to call `open type` explicitly in the call site every time, but Don Syme just reminded me `AutoOpen` can be used...

**Comment by [MangelMaxime](https://github.com/MangelMaxime)** _Thursday Jul 25, 2019 at 11:16 GMT_ ---- By default, we transfer UTC over the JSON because your client and server can be on a different timezone....

**Comment by [sachabroute](https://github.com/sachabroute)** _Thursday Jul 25, 2019 at 11:51 GMT_ ---- Makes sense, I was also thinking it might have been done deliberately as server should always have the UTC...

**Comment by [MangelMaxime](https://github.com/MangelMaxime)** _Thursday Jul 25, 2019 at 11:54 GMT_ ---- > Maybe this could deserve some kind of note somewhere? We can add that to the doc comment [here](https://github.com/thoth-org/Thoth.Json/blob/master/src/Encode.fs#L302)...

Hello @object sorry for the delay This is bug in Thoth.Json (Fable version) which kind of "stringify" the whole instance of a map. I suppose you DUs looks similar to...

If you can't use SSR, I think you can improve the situation by user a page loader. Here is a [demo of a page loader](https://fulma.github.io/Fulma/#fulma-extensions/pageloader) to be sure we speak...

Hello @forki indeed I remember implemented the error only if the value is not None. Are you using Thoth.Json or Thoth.Json.Net for the SSR rendering? As a temporary fix, you...

I am unable to reproduce the problem are you using the latest version of Thoth.Json ? Here are the tests I used: - [Type definition](https://github.com/thoth-org/Thoth.Json/blob/master/tests/Types.fs#L176-L181) - [Decoder tests](https://github.com/thoth-org/Thoth.Json/blob/master/tests/Decoders.fs#L2689-L2703) - [Encoder...