jersou

Results 35 comments of jersou

Hello, which version of NPM/node are you using? My versions: ``` $ npm --version 10.8.2 $ node --version v20.17.0 ``` I just checked, the GUI build well with these versions....

You don't need to build the app, see https://github.com/jersou/mouse-actions?tab=readme-ov-file#install--run chapter : > [Download the release](https://github.com/jersou/mouse-actions/releases), the 2 release binaries mouse-actions and mouse-actions-gui are standalone (but use the same configuration), the...

Hello, it was not planned because I did not know this possibility... in the current state, the app does not manage the succession of events, but could perhaps. I leave...

I confirm, I have the same bug, I'll try to figure out why

Thanks for your PR, I fixed this bug another way (with tokio, in https://github.com/jersou/mouse-actions/commit/292310a8e3b08db1a51db59d20a9f120e026eb80) a year ago, but I didn't merge it (I don't know if it fixes it properly)....