pullrequests Search Results · user:sindresorhus language:swift archived:false is:public language:Swift is:unmerged
Filter by
100 results
insindresorhus (press backspace or delete to remove)Related to https://github.com/sindresorhus/KeyboardShortcuts/issues/18, I ve tried to implement a protocol to allow for
custom storage implementations. It still defaults to using UserDefaults unless anything ...
Add conditional imports for macOS compilation to fix import errors when used in multiple platform SwiftUI apps. #130
Feature: Add Cocopod support.
First, please change spec.source inside ExceptionCatcher.podspec with your repository address (instead of my fork) after
accepting the merge request and uploading the pod ...
Fixes issue #33 (assuming it didn t cover the used by menu item case)
Introduction
Hi. Thanks for the awesome Defaults framework!
This PR add a new property wrapper @PublishedDefault, that is used exclusively for ObservableObject.
@PublishedDefault will trigger objectWillChange ...
I guess that was the intent - allow the outside control whether handlers are called or not.
Summary
Xcode 14 has the macOS 12.3 SDK, where this standard library does not support primary associated types.
Reference: https://forums.swift.org/t/xcode-14-rc-cannot-specialize-protocol-type/60171/22 ...
Hi @sindresorhus This PR is a first draft for issue #3 Validate text fields
I first tried a border color for the hex text field but it interfered with blue border when the text field is focused.
Instead ...