Chris Jones

Results 230 comments of Chris Jones

I'm sorry to say that I am fairly unfamiliar with how input methods work, but I wonder if you've looked at using `hs.keycodes.setMethod()` and `hs.keycodes.setLayout()` rather than doing everything with...

This is likely the default animation we use, which is blocking. Try `hs.window.animationDuration=0`

tl;dr I'm thinking I can reshape the code in `HSStreamDeckManager` to provide a generic way to listen for HID events from a USB device, and shove it into `hs.hid`. I...

@rcowham sorry, I know it's been a while, but are you still seeing this?

@latenitefilms I think we probably need to completely rework how logging happens in HS. It's currently a weird convoluted mess that exists in both Lua and ObjC, for no obvious...

No, I don't believe the file is a hardlink. The file in question is `zipl.prm` and it's the only file that shows up as 114 bytes when mounting the ISO....

Looking at a hex dump, it seems like the generator is: https://github.com/diskfs/go-diskfs and digging around in the OpenShift code, I believe this is the function that actually creates the ISO...

Digging a bit further into go-diskfs and it seems like they don't ever set the FILE SERIAL NUMBER value in a PX header, so they will always generate ISOs with...

Sorry for not following up on this. I suspect we can probably close this, the go-diskfs folk agreed that their implementation was buggy and have since fixed it, unless libarchive...

Good spot, we are indeed doing a case-sensitive comparison: https://github.com/Hammerspoon/hammerspoon/blob/08cb81357dae2e9ecce33cba1a627b9dbc09af04/extensions/urlevent/urlevent.lua#L51