Skip to content

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

Filter by

338 results  (229 ms)

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

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

Each example now includes a comment showing what the CSS output would be or describing the behavior. The outputs help users understand: - Exact values for mathematical functions (e.g., --negate(1em) ...

The default github-markdown.css mentioned in the example requires dark background as well. However, the color code #0d1117 is not mentioned in the README, so it is added in the usage code. Referenced ...

This PR adds a function that calculates the proportion of two values (length/angle/percentage/number). calc( value1 / value2 ) cannot achieve this because it requires the right operand to be unitless. ...

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