Viktor Oreshkin

Results 167 comments of Viktor Oreshkin

@brycebearchell async_wake has "find_port" included :)

You can find patchfinder for rootvnode in Electra/async_awake-fun :)

Workaround: Add `+incompatible` to version tag in go.mod manually.

@jbrukh yup, that's what i've meant.

@kisielk Agreed. I was quite confused when I realized that `rpc/v2/json` is in fact JSON RPC 1, not 2, and v2 refers to library itself.

So what happened is apple finally fixed the button. Now it sends `kHIDUsage_Csmr_PlayOrPause`, which is successfully picked up by Spotify and other apps. You can see `Unknown key press seen...

Maybe this would have to use something like https://github.com/nevyn/SPMediaKeyTap

Here's my current implementation: https://github.com/stek29/mac_ear_control/tree/clicks-timer It has two issues: - It doesn't stop Play/Pause key from activating other apps (I don't know how to do this tbh) - It has...

Btw, Spotify (v 1.0.65.320.gac7a8e02) seems to work fine even without mac_ear_control (at least on High Sierra) It also seems to stop itunes from starting. Probably someone should try to reverse...

Looks like they really do it the same way I do it, based on how it works when other apps are listening for play/pause key :X