Martin Norbäck Olivers

Results 15 comments of Martin Norbäck Olivers

Let me know if you need any planning/coding help, testing etc.. We are trying to figure out how to upgrade to 0.19 as soon as possible, to avoid future debt....

Hi again, I got some inspiration during the week-end and threw together an experiment for Elm 0.19. [Check it out if you like.](https://github.com/norpan/elm-phoenix). Basically, I'm using a very simple web...

Also see #46

Since the fully qualified type is in the documentation.json this should be a simple frontend change. Even better would be to have a link to the actual type in another...

Caused by https://github.com/elm/virtual-dom/commit/d32f9b4a2f6ceb1d30097818e39b33d3435bafe0 Probably fix would be to also check if attribute key is not empty, since that is not allowed.

It's probably Safari's aggressive caching that is the problem here. The server should probably return an appropriate Cache-Control header: https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9

We have the need for plural forms in a not so distant future. Only po file support is relevant for us so I'm leaving the CVS format out of my...

It seems to be an issue with json_serializable when generating the toJson. It tries to find the matching type but compares the type T from _$ApiResonse with the type T...

Thanks for the report! It does seem that there is little I can do about this, but I'll add it to the docs.

Hi! There is currently no way to get that event in the package, unfortunately. I've been planning to do an overhaul on the API, since it's somewhat of a patchwork...