T-BENZIN
  • Joined on 2023-05-15
T-BENZIN pushed to master at Kanium-PUBLIC/KaniumCogs 2026-02-08 05:51:51 +01:00
8e1245484f Merge pull request 'Added aliases for spelling metre/kilometre' (#18) from metre-patch into master
9df44d3742 Added aliases for spelling metre/kilometre
Compare 2 commits »
T-BENZIN deleted branch metre-patch from Kanium-PUBLIC/KaniumCogs 2026-02-08 05:51:51 +01:00
T-BENZIN merged pull request Kanium-PUBLIC/KaniumCogs#18 2026-02-08 05:51:50 +01:00
Added aliases for spelling metre/kilometre
T-BENZIN created pull request Kanium-PUBLIC/KaniumCogs#18 2026-02-08 05:46:36 +01:00
Added aliases for spelling metre/kilometre
T-BENZIN pushed to metre-patch at Kanium-PUBLIC/KaniumCogs 2026-02-08 05:46:06 +01:00
9df44d3742 Added aliases for spelling metre/kilometre
T-BENZIN created branch metre-patch in Kanium-PUBLIC/KaniumCogs 2026-02-08 05:46:06 +01:00
T-BENZIN created pull request Kanium-PUBLIC/KaniumCogs#16 2026-02-04 17:46:06 +01:00
feature_fitness_logger
T-BENZIN pushed to feature_fitness_logger at Kanium-PUBLIC/KaniumCogs 2026-02-04 17:43:23 +01:00
f20a4abc81 Original message is put in lower case whole and redundant .lower() methods are removed.
175eeced0c Attempting to be a bit more direct about activity path
2be9cc5795 Merge pull request 'Called correct function' (#14) from minor-typo-fix into master
07a2bf7e38 Merge pull request 'Fixed wrong json key being pulled (I forgot to replace the old name)' (#13) from json-key-fix into master
1ee949eae2 Called correct function
Compare 9 commits »
T-BENZIN commented on pull request Kanium-PUBLIC/KaniumCogs#15 2026-02-04 15:36:39 +01:00
Attempting to be a bit more direct about activity path

Also, should probably put default unit in units' json file with falling back to "m", now that I think of it...

T-BENZIN commented on pull request Kanium-PUBLIC/KaniumCogs#15 2026-02-04 15:27:29 +01:00
Attempting to be a bit more direct about activity path

if cmdline = cmdline.lower() on line 48, then this .lower will become redundant

T-BENZIN commented on pull request Kanium-PUBLIC/KaniumCogs#15 2026-02-04 15:27:14 +01:00
Attempting to be a bit more direct about activity path

if cmdline = cmdline.lower() on line 48, then this .lower will become redundant

T-BENZIN commented on pull request Kanium-PUBLIC/KaniumCogs#15 2026-02-04 15:27:02 +01:00
Attempting to be a bit more direct about activity path

if cmdline = cmdline.lower() on line 48, then this .lower will become redundant

T-BENZIN commented on pull request Kanium-PUBLIC/KaniumCogs#15 2026-02-04 15:26:55 +01:00
Attempting to be a bit more direct about activity path

if cmdline = cmdline.lower() on line 48, then this .lower will become redundant

T-BENZIN commented on pull request Kanium-PUBLIC/KaniumCogs#15 2026-02-04 15:25:26 +01:00
Attempting to be a bit more direct about activity path

Maybe put entire cmdline value to .lower instead?

T-BENZIN commented on pull request Kanium-PUBLIC/KaniumCogs#15 2026-02-04 15:19:32 +01:00
Attempting to be a bit more direct about activity path

Nvm, I didn't realized it's the Path lib thing.

T-BENZIN commented on pull request Kanium-PUBLIC/KaniumCogs#15 2026-02-04 15:13:34 +01:00
Attempting to be a bit more direct about activity path

Activity "Pushups" specifically consists of

T-BENZIN approved Kanium-PUBLIC/KaniumCogs#14 2026-02-04 13:40:43 +01:00
Called correct function

I'm dum

T-BENZIN created pull request Kanium-PUBLIC/KaniumCogs#13 2026-02-04 12:11:08 +01:00
Fixed wrong json key being pulled (I forgot to replace the old name)