Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elm 0.19 #54

Closed
wants to merge 30 commits into from
Closed

Elm 0.19 #54

wants to merge 30 commits into from

Conversation

domenkozar
Copy link
Collaborator

@domenkozar domenkozar commented Oct 30, 2018

Including all other fixes maintained by @FPtje fork. Testing/feedback welcome.

cc @krisajenkins

mattjbray and others added 26 commits February 10, 2017 10:33
It's a small change, but I find it more readable.
This more accurately reflects our intent.

With `nullable` the value must decode exactly, or be `null`.
With `maybe` the value must decode exactly, you get a `Nothing`
even if total junk is present.
Fixed compilation warnings.
Add support for non-empty lists (ElmType).
Not very pretty.

Build with
  "rtfeldman/elm-iso8601-date-strings": "1.1.2"
@szg251
Copy link

szg251 commented Dec 10, 2018

@domenkozar I fixed the tests on this PR: hercules-ci#1

@domenkozar
Copy link
Collaborator Author

Thank you.

@seanhess
Copy link

seanhess commented Feb 4, 2019

Will this PR be merged and the package republished soon? How can I help?

@FranklinChen
Copy link

Maybe someone should take over this package.

@k-bx
Copy link

k-bx commented Mar 19, 2019

No idea why I forgot to check out GitHub issues to find already present forks, but anyways I've made another fork. I've replaced elm-export with elm-bridge, but overall code quality is pretty alpha.

https://github.com/k-bx/servant-elm

Example CRUD I'm using as a basis: https://github.com/k-bx/servant-elm-generically

@k-bx
Copy link

k-bx commented Mar 19, 2019

@domenkozar would you mind making a request to take over the package and move it to your repo? Would really help avoid situations like the one I've had

@domenkozar
Copy link
Collaborator Author

As servant-elm moved to elm-bridge I'm no longer interested in this work (although we still use it, but will transition away).

@domenkozar domenkozar closed this Jun 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.