-
As part of [Entity persistence](https://smartregister.atlassian.net/wiki/spaces/REV/pages/1491959809/Dynamic+Task+Generation+and+Entity+Persistence#Entity-Persistence) we need to test out Global task …
-
### Feature proposal
* Firebase Component: Firestore
Currently Codable in Swift works for `setData(from: Codable)`, but there is no equivalent `updateData(from Codable)`.
This means that …
-
# Parsing Tricky JSON With Codable in Swift • Andy Ibanez
[https://www.andyibanez.com/posts/parsing-tricky-json-codable-swift/](https://www.andyibanez.com/posts/parsing-tricky-json-codable-swift/)
-
Nef10 updated
3 years ago
-
I recomend using Codable when dealing with network requests, and Alamofire actually has good support for it with `responseDecodable` instead of going through the keys one by one with SwiftyJson
-
### WIP for Firebase data objects
#### User
```swift
struct User: Codable, Identifiable {
var id: Int64
var googleId: UUID
var username: String
var firstName: String
var …
-
@jakemac53 I thought maybe we can try tracking in-flight PRs and what to work on today/tomorrow in an issue.
## Out for review
#71 not blocking anything, convenience extension methods
## Next…
-
The `anyValueType` eraser in `Fields+Codable` is coalescing the double-optional of OptionalParent.Value to a single optional, causing it to improperly decode when passed around via Codable.
jdmcd updated
2 years ago
-
I've been playing around with the [CodyFire](https://github.com/MihaelIsaev/CodyFire) network library recently and while it has some flaws (and doesn't use promises), it uses Codable throughout in nif…
-
| | |
|------------------|-----------------|
|Previous ID | SR-7395 |
|Radar | rdar://problem/39237868 |
|Original Repor…