Maxime Mangel
Maxime Mangel
This is looking good. Would you also like to do the `Encode` side of this PR?
> ```fsharp > m > |> Map.map (fun _ v -> valueEncoder v) > |> Encode.map' keyEncoder > ``` Hum, yes we will need to map the value and the...
Good point indeed. My only problem is that because `JsonValue` is an alias for `obj` the compiler is really really tolerant about what we pass in the functions. I god...
> Let me know what is required to move this one forward. Nothing more is needed from your side, I just need to review your PR and test it.
With Fable 2, we now have the content of the `fable` folder copied from the package to the project directory. If we include the `style.sass` in the package under `fable`...
Well it seems like I never published it 🤣 Also, in reality the `style.sass` file should go into an `npm` package in order to be easily accessible. So there still...
@stken2050 In your case, the problem is coming from zsh it is trying to interpret the `*` instead of executing the given command. You can either modify zsh to not...
@stken2050 > I use zsh in Linux, and zsh has been the default shell instead of bash since 2019 macOS Catalina, so I guess it would be preferable to offer...
This is kind of intended because we don't know at what place of the path it is being called. I know that in the past some people called `Decode.fromValue` deep...
**Comment by [MangelMaxime](https://github.com/MangelMaxime)** _Monday Feb 25, 2019 at 07:44 GMT_ ---- We not only need a parser but a writer too. We also need to see how performant it is...