Skip to content

pullrequests Search Results · user:sindresorhus language:swift archived:false is:public language:CSS language:CSS language:Shell

Filter by

789 results  (239 ms)

789 results

insindresorhus (press backspace or delete to remove)

Fixes #497

Note this fix and PR where supplied by Claude after we were diagnosing a failure to archive an app I m building. Claude told me the problem was effectively a circular dependency of Defaults - Defaults ...

Expose Shortcut.isTakenBySystem and Shortcut.isDisallowed to make it easier to implement custom recorder UIs.

Fixes #235 Problem Shortcuts using option + letter (e.g. option + q) stop working intermittently. option + number works reliably. Re-opening the app s settings window temporarily restores them. Root ...

This change refactors how the username prompt section is built, rather than building it via an intermediary state variable, we build it directly in prompt during setup. This fixes a regression introduced ...

Improved README formatting and readability.