Skip to content

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

Filter by

486 results  (266 ms)

486 results

insindresorhus (press backspace or delete to remove)

In this PR, I added the following modifications. 1. I added the following options. - --interactive(short: -i) option - some short option(-h, -v) 2. I modified usage of this tool in README. 3. ...

Makes Shortcut.keyEquivalent public. Use case: Say I have a menu item for New Post . Users can set a preferred global shortcut, otherwise it uses a local-only default. I need to set the menu item s keyEquivalent/keyEquivalentModifierMask ...

WHY - Xcode_16.app is removed by recent stack updates. WHAT - Use latest stable Xcode version, 16.2. - https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md

WHY - Failed to compile on Swift@6.1 (Xcode 16.1 Beta 1) Conflicting arguments to generic parameter R ( Void vs. AsyncStream TaskQueue.AsyncTask .Continuation.YieldResult? ) swift-driver version: ...

Removed the KeyEquivalent extension from iOS builds so they compile.

I noticed that any view using a @Default property wrapper, was getting their body re-evaluated twice when appearing. This is what the logs look like when showing a simple view that uses @Default when ...