Astrid Ivy
Astrid Ivy
What's the workaround? Right now this is causing rows of my rightmost window to be randomly offset and my code always looks like it has indentation problems.
Yeah adding explicit scope to the global variables fixed it for me.
Try with the latest version 4.3.0
oh that is a Really great question uhhh
to run mouse-control.ahk you'll need to first install Autohotkey . Or you can launch mouse-control.ahk.exe which requires no additional installations. i was pleasantly surprised to learn it actually does work...
thanks ! and hello fellow 2b2t player :> so , the short answer is "yes" we can make it tick more often , although not by much . right now...
i've tried tuning the SetTimer number at various values none of which seem to improve "smoothness" there is one other thing i can try, namely ["shorter sleep"](https://ahk4.us/docs/commands/Sleep.htm#ShorterSleep) to make it...
I've given this some thought, and we could implement it in layers of varying efficiency. `$set` operations are easy to type check; that wouldn't require pulling down the model before...
In the spirit of having the user be free from writing update queries by hand, update could also take a function that looks like ```javascript Model.update(instance => { instance.field =...
I've always handled this at a layer of abstraction one level above the database models themselves. Heck you can even attach them to the model itself, since it's just a...