You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These cannot be removed completely, because Array.decoder and others use them. The question here is rather if they should be DynamicDecodable or "fixed".
The text was updated successfully, but these errors were encountered:
I imagined copy-pasting code as an acceptable solution here if the code could be kept short. Maybe there is some problem with this I haven't thought about, but moving the extensions to a different module seems overkill.
Re: #137
Extensions that can be removed
Date
URL
String
Int
Double
Bool
Extensions that cannot be removed
NSDictionary
NSArray
These cannot be removed completely, because
Array.decoder
and others use them. The question here is rather if they should beDynamicDecodable
or "fixed".The text was updated successfully, but these errors were encountered: