Chadtech / mail

Making Elm ports act like Http requests
http://package.elm-lang.org/packages/Chadtech/mail/latest/
Other
11 stars 1 forks source link

Support Elm 0.19 #2

Open Tails opened 4 years ago

Tails commented 4 years ago

This seriously solves a problem. Are there any plans to support 0.19?

Chadtech commented 4 years ago

Hi @Tails ,

Not really any plans. I thought about it recently, because of how it might work into another project, but I havent actually done any of those ideas.

What problems does Chadtech/mail solve?

Tails commented 4 years ago

I have an interface with a score engraving library that needs to generate elements and pass them back. This is quite dynamic based on (collaborative) user input. I found myself writing a port messaging format envelope that would reduce the boilerplate to deal with constructor arguments being passed back and forth. Every time when I try to get inspired by others dealing with ports I end up at Chadtech/mail wishing I could use it!