Falco Peijnenburg
Falco Peijnenburg
Yes, it does. Both encoders and decoders are not supported for ADTs with multiple constructors for the reasons mentioned in #6.
I've started work on this in a [fork](https://github.com/FPtje/elm-export). So far I've got encoding. I've aimed for compatibility with Aeson, which is somewhat annoying because of the stuff mentioned above (and...
Alright, I've made a pretty cool Elm ghcjs Aeson conversion test in my [elm-marshall-example repository](https://github.com/FPtje/elm-marshall-example). That repository contains a website running *both* Elm and ghcjs. When you press a button...
The branch has been rebased on devel. I've squashed a bunch of commits to make it look a bit nicer. The generated code now matches elm-export, both the encoders and...
I've decided against using this in my own projects, since Miso is a really nice Haskell alternative to Elm. I haven't looked at this since.
> Did you configure LFS globally in your git user config? Yes, the following section is present in `~/.gitconfig`: ``` [filter "lfs"] clean = git-lfs clean -- %f smudge =...
Hi, I see a call on your website for people who would benefit from pytest fixtures that are being set up concurrently. At my company we've been using pytest to...
Hi, colleague here. When making a new attempt to provision the device mentioned in the OP I hit the same issue. The `hetznerctl admin` command works as intended. In the...
Thanks for the PR! The changes look good. I don't have the time right now to properly test, merge and bring into DarkRP, but I'll get to it as soon...
This is good, thanks!