Ryan Rempel
Ryan Rempel
Thanks — I will take a look as soon as I can.
Ah, yes, I haven't taken a close look at this yet -- partly because I haven't had occasion to update the apps I'm working on to Elm 0.19 yet. I'll...
Thanks, the documentation should indeed be better on these points -- I'll work on it.
Single-page app routing with the hash essentially "hijacks" the usual purpose of the hash, so you can't then easily also use the hash to navigate to an anchor on your...
I've added some tests in #31 -- will do some more test coverage when updating for Elm 0.19 (when that is out).
I suppose this really depends on where the compiled HTML output actually is ... I suppose the example isn't exactly complete in this sense.
I should also take a look at https://github.com/Gizra/drupal-elm-starter/pull/39 in this context -- there is something about the idiom for dealing with empty hashes that I should at least document.
Note that I've now indicated in the README that I'm not planning to do further work on this package. If anyone else should want to do something with it, be...
I've made some further comments about this on issue #17.
Ah, yes. I guess when Elm 0.17 came out, I wasn't very enthusiastic about updating this for Elm 0.17. The README explains my line of thinking in one way --...