dirichy

Results 31 comments of dirichy

is there some example? I want to use this in latex. Thank you for your resposing.

如果能支持自建服务器也可以,我很需要低延迟的协作功能

```lua hs.g.gestureEvent = hs.eventtap.new({ hs.eventtap.event.types.gesture }, function(event) local touches = event:getTouches() print(type(touches)) -- table print(#touches) -- 0 for k, v in pairs(touches) do print(k,v) -- did nothing end end) hs.g.gestureEvent:start()...

> Does the `:getTouches()` call return nil? Could you post the code you're using? It returns a empty table. I have shown my code in this issue. And, my hammerspoon...

I use sioyek 2.0.0 and this issue occur even if I delete all custom config. Moreover, I find that this issue only happen when in fullscreen mode, and it not...

I tryed the alpha version and I can't even open it. for mac version, it shows error _LSOpenURLsWithCompletionHandler() failed with error -54, for mac-arm version, the macos says the package...

> if you see an error about sioyek being damaged see [#1156 (reply in thread)](https://github.com/ahrm/sioyek/discussions/1156#discussioncomment-10822738). this works, but there is another error about alpha version: ```sh > ./sioyek default_config_path: /Users/dirichy/Downloads/build/sioyek.app/Contents/MacOS/prefs.config...

I find that when I set middle_click_search_engine to null then this issue will not happen, but I use touchpad and there is no middle_click. I don't know what happened.

> Not a good idea to use a stateful there. In fact I dont use stateful there. I just use it to prove that the update is not triggered after...