Ryan January
Ryan January
I've noticed similar issues in a project I'm currently working on (Python 3.6.5, Mac OS X) Ultimately, the issue hangs chromium, blocking the rest of the application, or ultimately leads...
I can confirm I'm experiencing this behavior on OS X (10.12.6) and Python 3.6.5
Looking further into it, I can see how the profiles are being generated from the SDK. Looks like the best method of action is modifying a profile by hand until...
If anyone is wanting a copy of profile.py which includes the correct field_types data for events 56 and 57 let me know, I have a modified version available that seems...
I apologize for missing your message before @gwtall. I'll dig the code back up. I've not tested it with any more recent version of python-fitparse, but it will at least...
Thank you! I'm currently using simple-salesforce and needing to support async io for a new project. Taking a deeper look into this now.