Leo Nikkilä
Leo Nikkilä
We have a LongPressHandler that uses onHandlerStateChange and onGestureEvent together to first wait for a long press, and then observe drag touch events (XY-coordinates) until the user lets go. This...
Sorry about the wait, I've been super busy. Here's some pseudocode that should repro this issue, the expected behaviour is for the long press to not deactivate after it's first...
Thank you!
I’m getting `moment.version is undefined` when trying to use moment from the linked PR with the current moment-timezone. When importing moment manually and checking what it contains, seems there’s a...
That's an excellent point, I need to check how the arguments are looked up. I haven't had time to revisit this yet, unfortunately. Thanks!
Sounds like there's a problem with some C/C++/Obj-C dependencies, you might not see an error from rustc since they're compiled separately. Catalina removed 32-bit support, it could be due to...
I'm in the same boat, and have another use case for `commandline -f repaint` to fire in `fish_preexec`. My prompt shows the current time, and I'd like the timestamp to...
I'm also seeing this on an Intel system, I've noticed that it also happens when there's anything on a web page that updates like a spinner or a timer, not...
Wow, seems like that fixed it for me too. However the CPU usage issues in Firefox when redrawing persist, so it seems like these are two separate issues.
I'm also experiencing this, [here's a screenshot](https://user-images.githubusercontent.com/1291143/58756667-03f4c800-84ed-11e9-9130-6f79787c928e.png). I'm using a fractional scale of 2.333. The optimal value for my display in terms of size seems around 2.25, but 2.333 looks...