Skip to content

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

Filter by

489 results  (237 ms)

489 results

insindresorhus (press backspace or delete to remove)

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

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

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.