Skip to content

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

Filter by

722 results  (247 ms)

722 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.

Ensure nested color variables in the username/host segment are evaluated when building PROMPT so SSH user@host remains visible on dark themes after the psvar refactor. Fixes #707