Gabriel Florit

Results 41 comments of Gabriel Florit

Also there's another elm vim plugin worth looking into: https://github.com/ElmCast/elm-vim

@viswaug You should file this issue in the [ElmCast/elm-vim](https://github.com/ElmCast/elm-vim) repository.

Thanks @nsonnad, that's quite helpful. And yes @yanofsky I think that would be great. Maybe add a fourth button, export JS, which would dump everything in an iframe.

The following might be useful to you. I geocoded 1,000 addresses with both DSTK and Google, and calculated distance between both points. Here are the results where both DSTK and...

And here's the list of results filtered where DSTK status = 'ROOFTOP' (regardless of Google status), and distance is equal or greater than 1 km: ``` distance,address 85.7,698 Eighth ST...

Hi Pete, Is there anything I can do to help with this issue? I would love to be able to use the geocoder. Gabriel

I love this plugin and would definitely like seeing an option to start it in normal mode.

Sorry I didn't reply earlier @EvandroLG . Now that all major browsers are implementing Promises, I've switched to the more official https://github.com/jakearchibald/es6-promise polyfill.