pullrequests Search Results · user:sindresorhus language:swift archived:false is:public language:C language:CSS is:merged
Filter by
341 results
insindresorhus (press backspace or delete to remove)Currently I am using a Text view manually to localize the title to my shortcut recorder, because the existing
initializer only takes a String and isn t localized automatically.
This PR adds a second initializer ...
NSMenuItem has been leaked after calling setShortcuts and KeyboardShortcuts.removeAllHandlers.
The leak is caused by a callback function registered in the notification center that captures an NSMenuItem. ...
This pull request makes iOS and iPadOS previews work for SwiftUI multiplatform apps.
- Dropped dependency on a C compiler
- Changed how lipo integration works with Rust builds
Fix #33.
Updated version of #125 with the linting errors fixed, and OK as the default option in the dialog.
Works as-expected in my app:
https://github.com/sindresorhus/KeyboardShortcuts/assets/90871/d155611d-d1b2-4209-97b0-490cd326a1b0 ...
I changed the german localization to match the wording of macOS 14 settings.
Need that for AirBuddy :)
The maxWidth was applying only to the List it contained, so the sidebar wasn t prevented form being resized larger than
maxWidth. When this happens, the List appears at it s maxWidth centred in the sidebar. ...
Removes the need to install SwiftLint separately (and symlink into /usr/local/bin on Apple Silicon machines).