Conversation
|
I am not familiar with WakaTime but from your code it seems you run a WakaTime client executable every 2 min with the path of file user is currently engaged in. A Question: Is it standard 2 min interval for heart beat? Any problem in making it customisable with lower limit 30s A better approach: If there is no tab opened stop the timer, if a file is saved by user send heartbeat just before/after save. |
WakaTime has a guide of creating plugin and it tell me to do this. |
|
API key, can it be obsfucated because by storing in plain text in settings file a malicious program can steal it. |
Other editors also store it in plain text. And I think there's no way to protect it unless passwords are required. |
OK |
I think there was already no race condition, just in case.
|
@swift-zym open a PR for documentation on website. Add to "Tips" and relevant "Extensions sections" |
What should be added in "Tips" section? |
|
Not required to add in tips but if you think you could present this feature as tips and it can help new users unaware about WakaTime then you can write a paragraph about it there. |
|
Like CF Tool, I think it should be in the Setup section. |
Description
Add wakatime support.
Related Issues / Pull Requests
fix #918
Motivation and Context
How Has This Been Tested?
macOS 12.0
WakaTime 13.1.0
Screenshots (if appropriate)
Checklist
oldattribute is updated or it is resolved in SettingsUpdater.tr()orQCoreApplication::translate().Additional text