simone
simone
Needs to be ordered alphabetically
I'd be 👍 for the HTML and XML sections to be merged into one. Please feel free to open a separate PR for this so we can take it into...
Honestly I'm not too sure how to go with this. As far as I know there's no way to get `document.location` natively in Elm, and it's not possible to have...
In our project we use [navigation](http://package.elm-lang.org/packages/elm-lang/navigation/1.0.0/Navigation), so we ended up using `Location` from there.
@note89 check http://package.elm-lang.org/packages/elm-lang/navigation/1.0.0/Navigation#Location
Same issue. ``` > import Time > Time.fps 60 TypeError: Cannot read property 'programStart' of undefined ```
Hi @marconi! Thanks for your interest :) To be honest I have no idea how people are using this package, but the idea of nested topics sounds pretty useful and...
Just in case it may be helpful to anyone, this is how @DarwinJS did it - posting it here since the original repo was moved to GitLab: https://gitlab.com/DarwinJS/ChocoPackages/-/blob/master/ec2clitools/tools/chocolateyuninstall.ps1 I just...
Anyone, please feel free to send a PR deleting anything that needs to be deleted. The resource above seems like a good reference to use for that.
One way to just pass the string ID to the translate function would be to curry it beforehand, and then you can pass the curried translate function down to the...