Arthur Carabott
Arthur Carabott
Thanks for reporting this, will investigate
I had a bit of a dig into it and I _believe_ it is an issue with the underlying use of [chokidar](https://github.com/paulmillr/chokidar), but it's a bit of a ball of...
Working on an update to rstream-gestures atm, will try implementing this!
I've put together a demo of a new version of rstream-gesture that includes the facebook technique, although it normalizes browsers rather than OSes... Testing with Parallels it feels the same...
👍 No worries! It took my long enough to get round to doing.
An update on my current approach... Most of the time I'm doing shallow updates (first layer) so have found these typed wrappers super helpful, as the value types can be...
Sounds good. Thanks for the plugin, it's really great, I use it on pretty much every project.
The real issue is not having arm64 versions of dependencies. Looks like homebrew only installs the architecture you need. Going to investigate if vcpkg solves this. ``` ld: warning: ignoring...
Thanks for the feedback. I like the "left / right" vs "previous / next" idea, but needs some consideration as not everyone has their monitors in a left to right...
From what I remember, there were some issues with fullscreen. I did a quick check of changing the state, but it doesn't work as expected. I might have some time...