Tom Rochette
Tom Rochette
After having faced this issue, I did a bit of digging. Here's what I think is happening. * A dindex file is created remotely * Its associated dblock file is...
Python 3.9 seems available on both macOS and Linux, so other than this requirement, are you aware of anything else that would prevent those OS from using ActivityWatch?
Can you run JNativeHook on your computer? Download https://github.com/kwhat/jnativehook/releases/download/2.0.3/JNativeHook-2.0.3.zip and then run `java -jar JNativeHook.jar`. If this also crashes, then you should report the issue @ https://github.com/kwhat/jnativehook/issues. If it doesn't...
Hello @sklink, I've gone ahead and upgraded gkm/gkm-java (v0.1.0 on npm). to use JNativeHook 2.0.3 (from 1.1.4). Please give it a try and let me know if you're still having...
Can you tell me where you are getting this error? `child_process` is a module that is part of `node` and as such should always be available.
It seems this might be fixed by a more recent version of `eventemitter2`, however since I have no test environment to reproduce your issue, I'd need more details. You can...
Which version of Mac OS X? Is it 100% reproducible? Looks like this is an issue from `JNativeHook`, the library used under the hood: https://github.com/kwhat/jnativehook/issues/225. It's unlikely that it will...
First off, I think it would be best if electron offered such feature out of the box. Relying/Depending on java in a node application/context is pretty bad and gkm was...
I agree with you that it is likely this is out of Electron's scope. NW.js however did implement something (see https://github.com/nwjs/nw.js/pull/1735). As for your gist, yes, something like that would...
Hello @FerdinandoLM, Please try with the changes @ 72b075f0cca4468be5a4da1eda1e36e4b288c295. It is likely that your data-auth is empty (in other words, you are not really logged in based on your id)....