-
### Description
Hi there
I logged 2 workouts on the same day and when I go to workout history to view those, I'm not able to view all of them.
### Reproduction steps
```bash
1. Log 2 or more worā¦
-
Running
```
workouts = mmf.workout.search(user=xxx,per_page=40)
```
works fine, giving multiple pages with 40 workouts each. But passing
```
workouts = mmf.workout.search(user=xxx,per_page=10000)
ā¦
ketch updated
9 years ago
-
Should be able to export and import workouts so people can share workouts. Import export without history.
theag updated
8 years ago
-
Feedback I have after using it for 2 workouts:
- [x] 1. Make Skip and Add 15s buttons a bit further
- [ ] 2. Use Apple live activities to streamline workout player. I find it hard to remember toā¦
-
Version: 0.8.6
OS: Debian 12
I'm recording workouts with OutRun, which syncs with Apple Health. In both iOS apps, the distance and duration appear correct. When I import the GPX file to FitTrackeeā¦
-
https://developer.underarmour.com/docs/
following this general structure: https://github.com/dezmathio/underarmour/pull/17
-
After exporting 18 workouts out of a total of 171 the script failed with a 403 error from the endomondo server. I suppose they have some scraping detection running, so in my local version i added a tiā¦
ghost updated
10 years ago
-
-
Is there anything representing workouts in the api? It seems like there are a few undefined messages in zwiftMessages.proto. If the power/time/cadence of each interval was in there it would allow for ā¦
-
I'm tracking walking workouts at least once daily with the Endomondo android app lately.
The last one that was synced was on 2016-02-09. Since then none of the workouts in endomondo have turned up inā¦