Skip to content

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

Filter by

148 results  (250 ms)

148 results

insindresorhus (press backspace or delete to remove)

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.

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

Fixes #99 I don t expect to merge this anytime soon because of the system requirements and it being a breaking change, but I would like a review. Why CodingKeyRepresentable instead of LosslessStringConvertible? ...

I m a HUGE fan of your app! I use it personally to display a custom digital background generated by webassembly on my desktop. The only problem is that I have 2 monitors. So what I did in this PR is to ...

If you place Recorder view in menu bar window, this window will be hidden on modal opening. This commit adds parameter to Record and RecordCacao views to set custom behavior if user enters disallowed shortcut. ...

Add ShortcutRecordView to support multicords keybinding recording, for example, Ctrl-K Ctrl-S. Note that it does not support KeyboardShortcuts.onKeyDown and KeyboardShortcuts.onKeyUp yet related to #225 ...

Pads the label, uses togglestyle switch, right-adjusts the slider and makes the whole entry clickable, with onhover like a proper menu entry.

When a user assigns a shortcut that s reserved system-wide, the Use Anyway option allows them to override it. This PR extends that behavior to shortcuts reserved by menu items as well.