Sacha DSO
Sacha DSO
Codable
TODO Look for all differences with codable and list them. ## Codable - 1 parsing fails all fails - Fine grained error handling - Need 1 custom parsing need to...
From what I can see, `Identifier` is already complying to the `RawRepresentable` protocol implicitly: It has `public let rawValue` + `public init(rawValue: Value.RawIdentifier)`. This just adds this compliance **explicitly**. For...
An idea would be to separate Config file with Main script to make it clearer which part is customisable.
Provide Optional Type-safe `struct` generation out of the box so that users don't need to rely on another third party tool. - Allow for custmization of the prefix ex :...
Hi, very handy project you've got there :) I've tried to fix the build issues for Xcode 11.3, essentially using `Never` in Publishers. Still the App runs but the visuals...
- Adds support for `Encodable` body. - Renames POST, PUT, PATCH `params` to `body` and make parameter encoding explicit (`urlEncoded`, `json`, .multipart`) - Simplify multipart usage via same`body` param. -...
Hey, love the initiative here. I couldn't find a single library that was doing swift webP decoding AND encoding. If this could be available via Swift Package Manager that would...