-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Considering not taking background time into account? #30
Comments
Hi, On Jetbrains IDEs I can only get IDEs events, and there is no event like "Left IDE", "Back to IDE". For that it's on activity watch to do something.... You can get time pass on each app, and afk times. Or if no interaction since 60sec I dont record ? Not really good You can pass 5min to watch a code part no, how to set a good limit... ? |
I think it's a good idea. Maybe you can provide an option for user to specify the heartbeat suspending timeout? |
Why not, by default no timeout and if need a configurable timeout. |
This is how many other editor watchers do it. At least that's how I did it in aw-watcher-vim but if I remember correctly I've seen other editor watchers doing it this way too. |
According to ActivityWatch/aw-server-rust#174 (comment) this module should use heartbeat API. |
Just submit v2.0.0 to JB review when publish can you tell me if changes works for you? |
Thanks @OlivierMary for taking care. Highly appreciated! |
This plugin is really convenient and helpful. But there's a situation that can be handled better.
I open PyCharm to work on my project. Then I switch to Google Chrome to view some documents. But the time I'm not editing the code file in PyCharm is collected and reported to the Activity Watch server. This is mostly not as expected.
The text was updated successfully, but these errors were encountered: