-
First, thank you for this wonderful and well documented package.
### What did you do?
I'm implementing GRDB in my SwiftUI project. I like the @Query properties used in the demo application an…
-
What if `store(in:)` were called from multiple threads? Wouldn't that break the current implementation?
-
I started using Resolver in combination with SwiftUI and noticed that there is no way to inject an @StateObject property. I used the @InjectedObject wrapper but the problem with it or better to say wi…
-
## 概要
URLSessionを使って郵便番号APIから取得したレスポンスJSONから
住所(都道府県+市区町村+字等)を文字列連結し、画面に検索結果として表示します。
## 作業詳細
番外編で取り組んだAPI通信の課題を参考にバックグラウンドの実装をしてみましょう。
・URLSessionを使ってAPIリクエストを送るメソッドをViewModelに作りましょう。
・返ってき…
-
遇到几个问题:
1, 如果一个model, 在不同的场合下要转换成不同的JSON, 这个怎么处理?
2,property wrapper无法嵌套, 如果用了这个库, 那么model里边就没办法再使用其它库的property wrapper了。
-
### Feature proposal
* Firebase Component: FirebaseFirestoreSwift
I usually use FirebaseFirestoreSwift to encode/decode Model and communicate with Firestore easily like the following.
```…
-
- 명명패턴이란, 명명 패턴의 단점
- 애너테이션의 장점(사용하라고 하는 이유)
- swift에 대응하는 부분
-
How can I provide a custom message for validation like:
Validated(.nonEmpty("Username cannot be empty"))
var username: String?
Where can I provide "Username cannot be empty" message?
-
Hi, I'd love to build upon the great progress already made with bindings in Recombine. In the last update, `binding(state:action:)` & friends were added to the `StoreProtocol` to easily create a bindi…
-
Hi! Thanks for the nice library.
Could you change Observable and ImmutableObservable classes to be 'open'
It will allow creating some project specific Observables classes.
E.g. I want to implemen…