Efrem Rensi

Results 20 comments of Efrem Rensi

Have you considered using a websocket?

The endpoint http://connect.garmin.com/proxy/activity-service-1.1/gpx/activity has been "retired" (deprecated) apparently. If what you want is GIS coordinate data, you can get that directly as JSON using their activityDetails endpoint, https://connect.garmin.com/modern/proxy/activity-service-1.3/json/activityDetails/{activityID}, which is...

@tymmej your comment about data point frequency is interesting. I assumed the points would be the same regardless of file format, and never bothered to look. Can someone confirm this?...

I think Garmin just shut down this endpoint. It could have been because of me. I just applied for access t to the Wellness API through the Garmin developer program...

Hi, I added this bug fix to [my fork](https://github.com/ebrensi/garmin-connect-export.git), which is pending pull request https://github.com/kjkjava/garmin-connect-export/pull/15.

I added this fix to my fork https://github.com/ebrensi/garmin-connect-export.git of the project, which is a pending pull request https://github.com/kjkjava/garmin-connect-export/pull/15

I just noticed another problem. Re-rendering the table after adding data is broken. please don't merge this yet.

@johanneswilm I have made a lot of changes and it works for what I'm doing, but I have not tested everything. There are fixes for several problems, including redundant rendering....

Hey I've been really busy with some other stuff but I do plan to get back to this. Should I close this pull request and open another one later, or...

@MarquesCoding I ended up just coding my Table in JavaScript and writing my own selection handler. SimpleDatatables turned out to be more than I needed.