Would you consider merging a PR for Elm 0.19?
Hello again!
Following Elm's 0.19 release a couple of months ago, would you consider merging a PR updating this project to 0.19?
If so, is there anything in particular you would want to be taken into account, or would it be okay just to (perhaps) get a PR in some time?
Best regards, Teodor
Hi Theodor
Yes, please! I would greatly appreciate such a PR.
You'll find that some libraries work differently in 0.19. For instance, to get the window dimensions you might want to use onResize in the elm/browser package.
The update shouldn't be too difficult but if for any reason you get stuck let me know.
Best Stefan
OK! I'll take resizing into account.
Not promising anything, but I'll have a go :)