Results 22 issues of jeff-h

I'm wondering if you could give a quick example of how to use this from inside Swift? I have created the `MyProject-Bridging-Header.h` containing `#import "AXStatusItemPopup.h"` and can now do the...

I've just installed 10.10 and notice that my popup window is opening on first run in the lower left hand side of the screen. When I click the icon in...

I'd like to gracefully clean up some stuff using Promises when my app quits, so I've implemented `applicationShouldTerminate`. I'm definitely making it inside that method, but my promise code inside...

Clarify an easy misconception regarding the usage of `all`.

I've configured SwiftyBeaver to log both to the Xcode console and to a log file. I noticed that with `asynchronously` set to `true` the logs in Xcode's console contain very...

**Description** I really like the look of the mac version, and played with it in conjunction with KeeWeb, which I use currently, to test its syncing abilities. I opened the...

enhancement
macOS

Shifty generates just over 16,000 log entries per day, for me at least. It's pretty much just the following, over and over: ``` [27/01/2020 at 3:13:46 PM]: sunset: 2020-01-27 08:07:28...

enhancement

In several places `URL(string:)` is called when constructing file paths. I believe these should instead be `URL(fileURLWithPath:)` calls. The existing code crashes when the filename string contains spaces (or other...

My macOS app stores server credentials in the keychain using KeychainAccess, and this works perfectly. I also have written a command line tool, which is embedded into the app's bundle....