Alex Gustafsson

Results 57 comments of Alex Gustafsson

__Solution 1: Adding a rule index value__ The CRDs are meant to be deployed alongside the app it controls, within the same namespace. If one deploys a CRD for multiple,...

I don't quite see a case for having the rules from CRDs in between rules of the config file, so whether or not the rules from the config file are...

Would you feel comfortable in posting issues regarding what you want done with some tag "help-needed" or the like?

Any update on support for promises?

This code works. ```swift import AppKit import HotKey extension HotKey { public convenience init?(keys: String, keyDownHandler: Handler? = nil, keyUpHandler: Handler? = nil) { guard let keyCombo = KeyCombo(keys: keys)...

The missing piece of the puzzle would be an Atom-like search function. That is, a standalone page for searching for files based on contents, removing the search popup for `CTRL+D`...

Could you try to sniff the network with Wireshark?

I'm also having some issues pairing due to `Error: Unable to handleEvent`. I've researched this a bit. This occurs when a message encrypted with AES 128 ECB fails to decrypt....

No, I haven't. I haven't seen any mentioning of an infrared sensor in the protocol documentation. Perhaps it's a newer addition? Feel free to open a PR if you end...