Fabien ALLEMAND
Fabien ALLEMAND
I had the same issue. Here is how I modified ```track_loader.py``` in order to get everything to work: ```python client = Client() #### line 137 scope = ['read', 'profile:read_all', 'activity:read']...
Hello @fmatray, Thank you for opening this issue and contributing to the development of ezGPX! 🗺️ You are right, the definition is wrong. In its current state, ezGPX only allows...
Just wanted to share the workaround I use. Polars write functions are compatible with `send_bytes` and `send_string`, they are just not in the list of supported send functions. ```python import...
Hello @darrepac, Thank you for opening this issue and contributing to the development of ezGPX! 🗺️ I tested your file and it seems that the format of your timestamps is...
Hello @InBernhardt, Thank you for your feedback and for submitting this issue! It sounds like you're using the extension field in GPX metadata. Extensions are very useful as they allow...
Thanks for taking the time to report this bug. It should be fixed with the next version of ezGPX.
Thank you for reporting this issue. I will try to fix and improve the plot functions in the coming weeks.