Denis

Results 94 comments of Denis

Which GoPro are you using? Hero 4 or GoPro 3?

It does seem like they are preventing this from happening. I haven't tried to access it in a while, maybe a firmware update changed the URL link

It's a great example, however it's for the gopro3, the newer models have a different api.

@terry90 I very much agree 👍 You can use my previous Geocoder written in Python as reference. https://github.com/DenisCarriere/geocoder/blob/master/geocoder/osm.py The intent with this Javascript geocoder was really to make it as...

👍 implemented, you can close

I'm 👍 adding this pattern, 🤔 however the hard task will be: - modify EOS voting portals to fetch that URI - inform all BP's about this new URI pattern...

@morganherlocker Any luck on this PR? I know you're a busy man, but this is going to solve a lot of the `turf.buffer` issues.

@mclaeysb Reference your profiling comment, the [`debug`](https://www.npmjs.com/package/debug) library can help you out with that, it can show you the time difference in milliseconds between the each debug call. To include...

@mclaeysb I think what you're looking for goes beyond the scope of `debug`, sounds like your debugging solution will get really complex really fast. Best of luck! Let me know...