Skip to content

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

Filter by

329 results  (271 ms)

329 results

insindresorhus (press backspace or delete to remove)

Hi there! Thought I d pitch in and contribute to this great package. This fixes #142 by creating a new macro that can be used inside @Observable classes. The macro is implemented in a new DefaultsMacros ...

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