Laurent Payot
Laurent Payot
Hello @MangelMaxime, I am using Fable with Thoth.Json because Thoth.Json.JavaScript is not mentioned in the [docs](https://thoth-org.github.io/Thoth.Json/documentation/concept/fable-and-dotnet-support.html) and I was not aware of its existence :wink: Yes it looks like `Decode.fromValue`...
@MangelMaxime > In theory, the object that you pass to Encode.toString is already what you are looking for we don't need anything special in this case. Thanks, I was just...
By the way, I’m waiting to test this on my app before closing this issue. Do you want me to open another issue regarding the missing `Decode.fromValue` in Thoth.Json.JavaScript?
Just confirming that `Decode.fromValue` of Thoth.Json (legacy) is working great on my app. Any news from the missing `Decode.fromValue` in Thoth.Json.JavaScript? No pressure, but what would be the benefits of...
@MangelMaxime On my POC SPA (pure client), I made a `dotnet paket remove Thoth.Json` then `dotnet paket add Thoth.Json.JavaScript`. In a file I `open Thoth.Json.Core` to use `Decode.object`. **No compiler...
> I hit the same issue [here](https://github.com/thoth-org/Thoth.Json/issues/204). @joprice Interesting. Really looks the same. @MangelMaxime I made a [bug reproduction _branch_](https://github.com/laurentpayot/fsharp-fable-elmish-example/tree/thoth-json-javascript) of one of my public projects. I still get the...
I can confirm Thoth.Json.JavaScript is working now both in my POC SPA and in my example repo. Thanks a lot @MangelMaxime! :+1:
Well tonight this extension is now deactivated because "not compatible any more" on Chrome Beta (version 129.0.6668.42) that I use for local web development :confused: 
CI issue? :thinking:
Hello @Freymaurer. I did not clone the project locally and `git push`, but simply did it online with GitHub automagically handling it, and I don’t know if rebasing is easy...