Willow

Results 133 comments of Willow

I got the same issue. The mods are not loaded :( I dont really know what is happening. Maybe I use the wrong proton version in one or both steam...

I understand the `x` behavior change but I think `X` should be identical to the old one. Pressing `X` multiple time was very convenient and one of my most usefull...

I'm facing the same issue. ```bash fswatch -0 **/*.php | while read -d "" event; do echo ${event}; done /home/eddie/Workspace/COMPANY/projects/PROJECT/app/FILEPATH/FILENAME.php inotify_rm_watch: Invalid argument ``` ```bash $ fswatch --version fswatch 1.11.2...

I got the same thing on archlinux, sadly. ``` $ fswatch --version fswatch 1.14.0 Copyright (C) 2013-2018 Enrico M. Crisostomo . License GPLv3+: GNU GPL version 3 or later ....

For record, I firstly tried to rely on seatop_down but it use cursor as much as possible. As touches can be multiple, I think we have to implement a new...

Oops, sorry I missclicked on ready for review, which is not !

I pushed fixes that you mentioned. > is fine, but I think we should resolve 1). To do that, I think you'd want to merge theseatop_down and seatop_touch_down files, so...

Okay I thought a little more about this and in fact you right. I have to send cursor position relative to the cont position. I just have to setup the...

Okay I tried to merge both. I let this change in a dedicated commit. I dont think this is a good idea and it introduce more complexity to this simple...

Okay I've done everything you said. It looks to works at least for the touch part (when there is no cursor handling) The cursor sometime display itself when using the...