Results 88 comments of Luke

@OIO-WPK did you change fetch/save from `Defaults[.key]` to `Defaults[\.key]`?

💔 @Xedart @zhuravel-sergey I'm sorry that you feel this way about the lib and hope you find something else that works better for you. I just wanted to clarify few...

@Xedart yeah, usually you don’t really want it as a persistance layer since User Defaults are just plists on the disk and stored in memory for the app usage. It...

Hey @BusyBoBo, because you assign the values it makes your struct always initialize with given values. I'd suggest making it a default values for initializer so you can allow Codable...

Hey @StevenMagdy, yes I did! This is something I would really like to have - if it's possible to have with how we structured the API nowadays. Would be really...

@StevenMagdy not sure as I never used the cloud-kit backend for User Defaults, but I quickly looked at the API and: - It seems like `UserDefaults` are not connected with...

@StevenMagdy ah interesting! So do you have more use-cases when you store only a few defaults, rather than the whole suite?

@mman ah this explains the code behind MKiCloudSync 😄 yeah, this seems a little bit tougher now!

@Z-JaDe ah yes, should be good to migrate to. Would you be open to create a PR with the changes to the archive bridges?

Hey @DheerajDhamija14, I think this is because Property Wrappers were actually changed a lot in different Xcode versions. Can you try the latest Xcode 11.2.1 and see if it helps?