Anton Harniakou
Anton Harniakou
auto-placememt -> auto-placement
Hello! I noticed there are some examples lacking, so I wrote one for `Dict.partition`. If it's useful I could write more examples.
* replaces templates made from string concatenation * allows comments nested deeper than 2 levels
Some editors/plugins (vim) rely on .eslintrc to be present in the root of a project so I added it linking to the eslint-config-jonnybuchanan config.
Hi! eslint-config-jonnybuchanan should probably belong to devDependencies to I moved it there.
Fix some markup i.e. add space to split 2 words.
Seems like something has changed in Soundcloud API . For example https://api.soundcloud.com/tracks?linked_partitioning=1&limit=50&offset=0&client_id=e582b63d83a5fb2997d1dbf2f62705da&tags=tech%20house returns 401 (Unauthorized).
Hi! Here is a PR for #42 Some songs are impossible to scrobble because Soundcloud doesn't really provide a way to find out song's artist name, I just simply split...
I'm 99% sure I spotted a bug in Elm. If I try to make a request below ```elm Http.request { method = "patch" , headers = [] , url =...
Hi! Just a quick one for a11y. At first I wanted to use ul/li tags, but due to some manual position calculations which you use here, list items didn't indent...