erik / derive

Generate personal heatmap from GPX/TCX/FIT/IGC data
https://erik.github.io/derive
MIT License
490 stars 62 forks source link

Fix gzip inflate error handling #21

Closed samuelmeuli closed 5 years ago

samuelmeuli commented 5 years ago

Hey, thanks for this cool project!

This PR makes sure that errors during Pako.inflate() are handled correctly and shown in the GUI. Previously, the number of processed activities simply stopped incrementing once an error occurred.

c-harding commented 5 years ago

This certainly looks like a good thing, but I haven't had a chance to run it yet. Thanks for the PR, @samuelmeuli!