pullrequests Search Results · user:sindresorhus language:swift archived:false is:public language:CSS language:Batchfile is:merged
Filter by
348 results
insindresorhus (press backspace or delete to remove)The isPressed indicator was not changing for shortcuts created with the DynamicShortcutRecorder. This was caused by
registration being done with .onChange(of:_:) - where action is only evaluated with the ...
Internal is somewhat a common and ambiguous name. If a project or another dependency uses the same module name, there
might be clashes and other issues. Fixes #6.
P.S. Maybe ExceptionCatcherObjC is a ...
- Change Traditional Chinese to Simplified Chinese in zh-Hans.
- Remove unneeded space between English words and Chinese characters.
- Fix shortcut recorder not allowing other modifiers when option ...
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.
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 ...