-
### Description
There's an implementation but with a [String:Any] map
### API Proposal
Do the same with a Codable parameter
### Firebase Product(s)
Firestore
-
Consider this minimal macro:
```dart
import 'package:macros/macros.dart';
macro class TypesOfTest implements ClassDeclarationsMacro {
const TypesOfTest();
@override
Future buildDecla…
-
使用Codable
-
```swift
struct MealPlanDTO: Codable {
let results: [MealPlanResultDTO]
}
struct MealPlanResultDTO: Codable {
let date: String
let cafeterias: [CafeteriaDTO]
}
struct Cafeteria…
-
Dragging images out of the editor into a folder doesn't copy it but rather removes it and there seems to be no way to export images as a result. Thanks in advance.
-
### Feature Request
I think it would be extremely useful if Swift developers could use Codable attributes in Core Data.
Core Data has long supported transformable properties, which work transpar…
-
- [x] I have read the [documentation](https://swiftpackageindex.com/SwiftyLab/MetaCodable/main/documentation/metacodable).
I want to replace the previous tool with it. However, I am facing an issue…
-
### New Issue Checklist
- [x] Updated SwiftLint to the latest version
- [x] I searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues)
### New rule request
This is mo…
-
**Describe the bug**
When making a type conform to the `Codable` protocol (and leveraging the compiler synthesised code gen), it brings with it a significant (and I guess unexpected, at least to me…
-
| | |
|------------------|-----------------|
|Previous ID | SR-7210 |
|Radar | rdar://problem/34819823 |
|Original Repor…