TurtleOrangina

Results 26 comments of TurtleOrangina

I would not cap the version from above unless there is a known issue that this fixes. My vote is for `konoha>=4.0.0`, with no upper cap.

Hi @Kypaz I am looking at analysing "appended" hr data in fit files, did you ever get any futher with this? In my fitfile there are a few times where...

After some looking into this, these are my observations so far: - The fact that the initial "timestamp" is early by 57min (when considered as UTC timestamp) seems to be...

After some more analysis, I realized that the `event_timestamp` value coming in records containing `filtered_bpm` tuples is not handled right in fitparse, and seems to be some undocumented extension (?),...

Rebased on top of current main branch to pass the tests.

> Rebased on top of current main branch to pass the tests. Does not seem to help the tests, let me know if I should do anything else for this...

Removing my existing configuration improves the result significantly, but still leads to a slightly cut-off layout: ![image](https://github.com/user-attachments/assets/8fb2f19a-4c02-414f-86cd-09147a6814c7)

Also, in the "Starting position" editor, the pieces next to the board that you can drag onto the board do not resize if you resize the starting position board. Initially...

To address my open questions: - I added a commit that removed `enum BaseType` and replaces it with FitBaseType. It looks cleaner to me, and also less code: 3 files...

All the comments have been addressed from my point of view, please take a look. Also, I have rebased the branch on the current master status (since the linter changes...