pullrequests Search Results · user:sindresorhus language:swift archived:false is:public language:C language:CSS
Filter by
489 results
insindresorhus (press backspace or delete to remove)Fixes #190
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) ...
Looking to do something like this in a menu where there is an optional preference and falls back to a default.
Button( New Item ) {}
.keyboardShortcut(newItemKeyboardShortcutPref?.toSwiftUI ?? .init( ...
Fixes #150
I wanted to implement it quickly to see how it would look like. I m no longer sure it s worth the complexity and
potential support headache.
The implementation is also just a MVP. It must ...
It was really for trash to fail on -rf and other flags so this PR addresses this.
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 ...
Why? I was using the site https://markdowntohtml.com/ to convert markdown to pdf but the design with basic css seems
very dull. So search for github s markdown css and found this repository. I believe ...
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. ...