Maxime Mangel
Maxime Mangel
This issue is mostly a reminder for myself. I will adapt the issue when I have a prototype ready.
Hello, I am not giving any leads to start the discussion on purpose because I am not a user of this feature and would like to understand why people favour...
Inspiration: https://package.elm-lang.org/packages/miniBill/elm-codec/latest/Codec#Codec Ideas comes from twitter: https://twitter.com/huwmanity/status/1298891485258166272 And this is something I wanted to do for a long time as there is no good way to declare encoder/decoder right now...
Having a version which doesn't take the space as parameters allows to write code like that out of the box: ```fs let body = ( { DomainId = domainId }...
Currently, when inside the object decoder user cannot fail in it. For example in this code, the user needs to "escape" the `object` decoder space in order to be able...
Changes: - Rewrite the core library in order to build the path on the Error path it should increase performance when there is no problem #43 - Mutualise code between...
**Issue by [vbfox](https://github.com/vbfox)** _Thursday Aug 15, 2019 at 12:37 GMT_ _Originally opened as https://github.com/MangelMaxime/Thoth/issues/160_ ---- While playing with potential optimizations of Thoth javascript side a few months ago I found...