-
### Description
The SwiftIfConfig library has a `BuildConfiguration` protocol, but there is no concrete implementation of the `BuildConfiguration` protocol in the library. The only `BuildConfiguratio…
-
Would be awesome to have extensions that return Codable publishers for the query/document observers.
-
## Is your feature request related to a problem?
You don't support Codable when using `capture` for events.
## Describe the solution you'd like
Getting error: key does not conform to NSCodin…
-
q.v.: https://github.com/jakemac53/json_investigations/blob/master/codeable.md
The "static interface" and "static implements" is effectively used to create singleton companion objects for the class…
-
Currently the library depends on SwiftyJSON and it would be nice to use native Codable
-
Howdy! Glad to see someone is working on a Swift NIO XMPP implementation.
Instead of writing your own XML parser and generator from scratch, it might be nice to leverage `Codable` with a helper lib…
-
Allow for the use of a `CSVEncoder` and `CSVDecoder` to encode and decode any `Codable` type.
-
Would be great to be able to specify a generic `Message` type on `client.connect`, that would auto-encode/decode if `Codable` conformance is present. This type could default to `String`.
`onText` c…
-
When modifying `xctestplan`, information in the fields "configurations", "defaultOptions" is erased.
-
## Problem
We're using `datamodel-code-generator` for our Python code at @airbytehq, and I was about to make a little experimental app with Swift on our protocol, and realized there is not great wa…