Stein Carsten Sinke
Stein Carsten Sinke
+1 on this Lottie already does this in a separate [repository](https://github.com/airbnb/lottie-spm). Maybe firebase can add one as well.
@djbe can this PR get some ❤️ ?
@jordibruin yeah it's a scrolling graph, but still not the same feel as the version used in the apple health app. Maybe we can make some improvement to this one...
I don't know if this can solve the issue. But maybe we can make use of the `indirect` keyword? https://www.hackingwithswift.com/example-code/language/what-are-indirect-enums
Hereby a simplified spec we use. For the full openAPI spec we use. check [this](https://pastebin.com/TXVgLjqs) link. ```json { "openapi": "3.0.2", "components": { "schemas": { "Action": { "anyOf": [ { "$ref":...
I think there are three options as far as I can tell. - Make it a `class`. But this does make it a bit less swifty because we're not using...
@czechboy0 If you can give me some pointers on how and where to start prototyping. Will try to play around with it.
I have the same issue. The thing is that when I run the package in a clean app it works with xcode 16 RC and iOS 18 simulator. @MSL-BIT can...
Can people try #1839 I tried and this should work.