Skip to content

pullrequests Search Results · user:sindresorhus language:swift archived:false is:public language:Python is:merged

Filter by

355 results  (244 ms)

355 results

insindresorhus (press backspace or delete to remove)

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

Fixes #27 Fixes #76 Problem When saving a file, uses to remove trailing blank lines. In Sublime Text, calling automatically shifts the viewport s focus to the point of modification, causing an annoying ...

Checked on my MacOS 14, no build in trash command available. See https://apple.stackexchange.com/questions/50844/how-to-move-files-to-trash-from-command-line/476506#476506

Update the dependency “swift-syntax” to version 602+ to avoid conflicts with the latest version of the swiftlint library.

This prevents any provided paths from being parsed as flags. Since at most one flag is parsed at the moment, this is technically sufficient to prevent any paths from being mistaken as flags for any invocation. ...

This PR proposes to import all editorconfig related modules using relative imports in order to avoid messing with sys.path for two reasons: 1. keep vendored editorconfig package private to avoid version ...