Mahmoud Al-Qudsi
Mahmoud Al-Qudsi
I've significantly rewritten portions of the logic to remove some assumptions about how a driver will emit its events and have confirmed it is working with some other cases where...
Thanks for noticing an issue with where the configuration files are loaded from and opening this thread, @begin-theadventure. I have a few different answers/points related to your questions: * `PREFIX`...
Hi thanks for opening the issue. I personally use three finger swipes and two finger scrolls but I can see how the issue you describe would manifest if you are...
I’m pretty sure you just need to tweak this line: https://github.com/mqudsi/syngesture/blob/c68b68bf7bec6cd25c1fb34f90a55b25e2ab10e5/src/events.rs#L8-L9 edit: also I think the comment is wrong. It’s certainly not 100mm of minimum travel.
It’s not really something you’d normally want to play around with — it’s just that I didn’t yet arrive at a great value. The existing value was just something I...
@askvictor Just checking in to see how it goes for you with syngestures. Was a `MAX_DISTANCE` of `1_000f64` the right value for you?
This variable was renamed to `MIN_SWIPE_DISTANCE` to be easier to find/understand and its value was bumped up to 300. 1000 was too high in my own testing (caveat: on my...
So if there’s only one unescaped /, can we assume it is followed by modifiers? As in, is `:/search/xxx` a valid sam expression or would it be safe to presume...
Yup, I actually mentioned that in my initial report. Thanks, though!
Thanks for opening this issue. I think this is a fair observation and certainly something doable. We can't remove the async wrapper methods even if we wanted to as they're...