You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 22, 2025. It is now read-only.
Some issues appear multiple times, with the exact same time record (and same iid). I discovered this while manually sorting a generated markdown (due to #43). BTW the output type does not affect, outputting it directly to the console (without --output=markdown) also duplicates records.
Some issues appear multiple times, with the exact same time record (and same iid). I discovered this while manually sorting a generated markdown (due to #43). BTW the output type does not affect, outputting it directly to the console (without
--output=markdown) also duplicates records.To generate the output I ran this command:
Which outputted me around 130 lines of time records, but looking it further, I can see a lot of time records being duplicated, like this one (iid 9):
And here appears again:
Obviously I checked every duplicated row to ensure I only tracked time once (btw, should not be needed since the date and iid are exactly the same):
I know the
--closedflag does not affect, because removing it still shows duplicated results: