Maxime Mangel
Maxime Mangel
Hello, @travis-leith I am unable to produce failing test with the current version of Thoth.Json.Net. Code I tried: ```fs testCase "a string with new line works" let expected = "\"a\\nb\""...
Which version of the library are you using? Because, since version 2, we do have tests for extra coder and then seems to all pass.
Then I have no idea, can you please try to add a failing test? Because right now I can't really help as according to the tests it should be supported...
Do you have `yarn` installed on your machine? Can you please try to set Fake to be verbose? I think it is with `--verbose`. Does `yarn install` work if you...
Ok, so this is a problem with the oniguruma dependency and your environnement... I think you are using a newer version of Node.js than me. Can please clean your repro...
I can't really help you much more then... I will configure this repo to support https://gitpod.io/ so you will be able to work on it without installing anything on your...
I am blocked by an issue where Dotnet Core complains about "Permission denied" on Gitpod... I open a discussion to try to solve it because it is not the first...
Hello, at first, I would have say that `boxing` the type would prevent us to access the "real" type info. But the error seems to know that it's the type...
This indeed looks like the right direction
> The important bit is that code that accesses backend from fable would look the same as code that accesses additional external services from the backend I think it should...