Skip to content

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

Filter by

319 results  (256 ms)

319 results

insindresorhus (press backspace or delete to remove)

Despite big number update this is just a small bump that controls dithering level better.

Fixes #267

Description This PR fixes #172. By default, Defaults will create a sync task that automatically detects the data source using timestamps. However, this might cause an issue if the device is newly installed, ...

Added Sendable to public struct.

Description This PR fixes: #170. Summarize all internal UserDefaults related observation classes into one. Introduce a new class, Defaults.UserDefaultsAnyKeysObservation, which can observe multiple keys ...

I modified the translation to fit the strings within the buttons when recording (pressing) a shortcut. EDIT: First time doing this, let me know, please, if all is OK, if not I will try to fix whatever ...

Added any to each protocols to resolve existential-any build errors on Swift 6. https://github.com/swiftlang/swift-evolution/blob/main/proposals/0335-existential-any.md

This adds a hex viewer to Pasteboard Viewer and fixes #24. This uses the HexFiend framework to add a hex viewer to the app, which can be accessed by toggling a picker in the toolbar. Some things to note: ...

Fix for Cannot find OSAllocatedUnfairLock in scope