Skip to content

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

Filter by

100 results  (210 ms)

100 results

insindresorhus (press backspace or delete to remove)

This pull requests adds the feature to reset only single keys back to their default value. For optional keys, the default value will be nil.

Resolve #19 by adding a path to the Defaults target in Package.swift.

Fixes https://github.com/sindresorhus/CircularProgress/issues/17 Proposal for adding TrackingArea that works with CGPath. Ive used this solution in various projects and I feel its almost optimal. Gets ...

Swift errors are super annoying as by default they don t capture any context. So I have gone with a generic wrapper error that stores the original error and a lot of metadata. The error, when presented, ...

Add predefined size dropdown. go2 Fixes #36 !-- Issuehunt content -- details summary b IssueHunt Summary /b /summary IssueHunt has been backed by the following sponsors. Become a sponsor /details ...

According to https://github.com/radex/SwiftyUserDefaults#codable, Codable support exists in SwiftyUserDefaults since v4.

Added support for cocoapods

I ts not clear to me why you need the Defaults struct? What do you think about removing it and keeping all methods on UserDefaults instead? This breaks the API (but could be done without breaking it ...

I noticed setting dnsStart and dndEnd to nil and committing, before setting them with actual values removes the need for the sleep and second attempt.

Support older iOS versions