Andrei Chevozerov
Results
1
issues of
Andrei Chevozerov
Seems like I found a bug with enums decoding. Consider the following set of structures describing a book: ```swift struct Book: Codable { let title: String let chapters: [Chapter] }...
question