Corey

Results 182 comments of Corey

> How would the SDK make a http spec compliant PATCH request where only modified fields are sent, once Parse Server supports that? Wouldn't that require a dirty implementation? The...

@aliasad106 you can try out this branch for query cache. It should work without any changes needed on your end as long as you didn't change the default cache policy...

The only thing that needs to be bumped for the version is: https://github.com/parse-community/Parse-Swift/blob/b4bdfb12ee980add480fcf30ddcead5a49509a72/Sources/ParseSwift/ParseConstants.swift#L13 The changelog was manually modified, but you have a way to handle that. The rest is handled...

I think it can skip beta

The name changes of the branches seem fine

This sounds good to me

In your example, please add more details for your ParseObjects along with using async/await or completion blocks instead of synchronous calls as sync calls will be deprecated and shouldn’t be...

Thanks for reporting the issue!

To see an example PR following this process, look through the files added in #79 which added `ParseLDAP` or #97 which added `ParseFacebook` and `ParseTwitter`.

This repo doesn't use any of the aforementioned services.