Andrei Kashcha
Andrei Kashcha
Added * [Elm](https://anvaka.github.io/common-words/#?lang=elm) * [PureScript](https://anvaka.github.io/common-words/#?lang=purs) * [Pascal](https://anvaka.github.io/common-words/#?lang=pas)
@rmflight I added R language. I used case sensitive `.R` extension and results seems better than for `.r` (which was mixed with resource files). Please let me know if something...
[Erlang is here](https://anvaka.github.io/common-words/#?lang=erl)
@bdkosher [here it is](https://anvaka.github.io/common-words/#?lang=groovy)
Seems like all demos are broken
It is similar to https://jsbin.com/ - you can download html with your code, adjust it and upload to internal network (e.g. if it uses sensitive data). Also adds extra level...
> The name of the backend is in fact Overpass API, not overpass turbo api. Yes! My bad. This should be fixed now. Please let me know if you notice...
Please check the call stack - see who passes the invalid values down to this method https://github.com/anvaka/panzoom/blob/master/index.js#L386
The change from @ralphstodomingo is merged. Can you please grab the latest version and see if the error is resolved?
Yup, totally possible - would have to implement via custom `panController`. SVG and DOM elements already have their controllers. See here: https://github.com/anvaka/panzoom/blob/c52e8e6cbb614ae57f11d4e28ebcb9cf799e872f/index.js#L15-L16 you can follow the same steps to make...