Joe Fabisevich
Joe Fabisevich
The `Store` is currently powered by the `ObservableObject` protocol. The latest operating systems add the new `@Observable` macro and Observation framework, which will make observing Store changes automatic. This [migration](https://developer.apple.com/documentation/swiftui/migrating-from-the-observable-object-protocol-to-the-observable-macro)...
As suggested by @tal in #55 Boutique's performance when loading large blobs of data like an image or video can be rather underwhelming. I thought through and wrote about this...
Warnings begin to appear about numerous types being shared across actor boundaries even though they're not marked as `Sendable` when you enable these flags. ```swiftSettings: .unsafeFlags(["-Xfrontend", "-warn-concurrency", "-Xfrontend", "-enable-actor-data-race-checks"])``` These...
### New Issue Checklist - [x] Updated SwiftLint to the latest version - [x] I searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues) ### Describe the bug I use multiline strings to capture...
Hi @satoshi-takano, thank you so much for this library β I've been experimenting with it tonight and have found it very useful already! I'm testing out quite a few sites...
There is a bug where the conversion of `UIColor(Color)` does not respect dark/light mode properly, the conversion is lossy with respect to color scheme. Iβve added a small helper that...
Hi Daniel, I'm really enjoying your library! It was incredibly quick to integrate and so well documented, I can see you put a great deal of love into this project....
This addresses #30, and adds the same functionality for ShakeRate.
Back again with more customizability requests, sorry if they get annoying. Similar to #30 I'm trying to have some control over the timing of this animation. I want make it...
I've recently found myself combining multiple effects, for example haptics and sounds or more complex effects like spinning and jumping an element at the same time. I do this by...