pullrequests Search Results · user:sindresorhus language:swift archived:false is:public language:Swift is:merged
Filter by
319 results
insindresorhus (press backspace or delete to remove)Fixes #135
After the latest beta broke keyUp, I also found that we could use CFRunLoopObserver.
Fixes #129
Also adds partial support for macOS 14. Menus have been rewritten and a local event monitor receives keyUp but not
keyDown.
Hi! I hope contributions are still welcome!
This pr introduces two things:
- A toggle shortcut intent that can toggle or set an on/off state for Plash
- A menu item to toggle Plash (which would resolve ...
Summary
This PR fixes: #75
Create a Defaults.iCloud class which facilitates the synchronization of keys between the local UserDefaults and
NSUbiquitousKeyValueStore. This class utilizes a TaskQueue to ...
Animates progress between discreet progress value updates from user.
Implemented using a CVDisplayLink. Doing it this way also substantially improves efficiency if the user is updating
progress very frequently, ...
Hi,
I ve removed the intermediary NSImage when drawing the appicon + progress bar. Instead drawing is done directly in an
NSView subclass.
In Xcode debug session view I observe a very slight decrease ...
numeric keypad keys are distinct triggers to their counterparts from main keyboard. They should be represented by
different symbols to the user. My solution uses Unicode COMBINING ENCLOSING KEYCAP.
Fixes #131
The new API requires NSObject inheritance, so I had to add some more constraints.
When there are RecorderCocoa and TextFields in the same view controller, cursor disappears when switching from
RecorderCocoa to other TextFields. It seems that only RecorderCocoa has this issue, SwiftUI ...