pullrequests Search Results · user:sindresorhus language:swift archived:false is:public language:Swift language:Shell is:merged
Filter by
498 results
insindresorhus (press backspace or delete to remove)Fixes #503
!-- Issuehunt content --
details summary b IssueHunt Summary /b /summary
Referenced issues
This pull request has been submitted to:
- #432: Higlight slashes in the path to visualize the ...
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 ...
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 ...
Previously, prompt_pure_preprompt_render rebuilt $PROMPT from scratch on every call by conditionally assembling a
preprompt_parts array, stripping the old preprompt via $cleaned_ps1, and concatenating ...