Results 10 comments of Jeremy Gale

You can use the `ExplicitNull` annotation to do what you want: ``` struct TestModel: Codable { let id: String @ExplicitNull let optionalField: String? } ```

> Or maybe the number of parameters - anything more than 3 could be multiline My preference would be number of characters, sometimes thing have long names or short names...

I came across this [Auth0 documentation on how they implement Sign in with Apple](https://auth0.com/docs/connections/nativesocial/apple) without a browser-based flow. It shows the sequence diagram that could work. Obviously this would be...

Sure, happy to elaborate. We aren't using SSO for a social login or anything like that. It's used to log in to a secure, financial-based application which doesn't even allow...

I second this request, for a minor reason: * I need the AWS Amplify SDK, and use it via SPM * AWS Amplify SDK depends on this package (`aws-appsync-realtime-client-ios`) *...

Thanks for the detailed reply @lawmicha. Now that it's been upgraded to Starscream 4.0.4, my `swift-nio-zlib-support` warning is gone so I am happy. Thank you! I can't speak to @pokryfka...