runebak
runebak
I just ran into this issue as well, would be great if this pull-request could get accepted.
I don't know how to update this pull-request, but I forked the repo of the pull-request and made the new pull-request there. I just doubled the check for the two...
I made the pull request on the forked repo, now I made a new one here https://github.com/agrafix/elm-bridge/pull/62 instead Sorry, I'm new at pull requesting on github!
After posting I realized that using the aeson library I actually cannot derive json for the type alias version above using template haskell. I didn't realize because I use generics...
Thank you for getting back on this. Sounds like it is not an easy fix. But since I can derive sensible `ToSchema` it should be possible. Perhaps using generics, or...
Hi Again. Sorry for getting back so late. Thank you for your suggesting of post-processesing the types instead. It actually works! You need to 1. `deriveElmDef defaultOptions ''UserT` 2. Use...
I don't see an easy way to enforce not allowing default_ in there, but I don't know about the internal of beam either. Not a critical thing, but I just...