Corey

Results 183 comments of Corey

> This is incorrect. There are features missing, that's why we're compiling the migration guide. This is your opinion, which you are open to, but your opinion doesn't make it...

> You just approved the PR to add a note about this missing feature to the migration guide? Should we remove that note again? I never said it can do...

I believe this comment also supports what you mentioned about fields: https://github.com/parse-community/Parse-SDK-JS/pull/518#issue-278341162

@gavirawson-apple I see this error when using the latest issue which seems to be closer to the problem: > Attempt to add read-only file at path file:///Users/xxxx/Documents/Xcode_Projects/ParseCareKit/DerivedData/ParseCareKit/SourcePackages/checkouts/CareKit/CareKitStore/CareKitStore/CoreData/Migrations/2_0To2_1/2.0_2.1_Mapping.xcmappingmodel/xcmapping.xml read/write. Adding it...

For reference, some additional details about push with query can be found in the original [REST documentation, sending pushes to queries](https://docs.parseplatform.org/rest/guide/#sending-pushes-to-queries). The doc examples mirror the current JS SDK implantation...

Taking a look and will report back with a fix...

My initial guess is this error might be random, I see 7.0.0-alpha.13, https://hub.docker.com/layers/parseplatform/parse-server/7.0.0-alpha.13/images/sha256-dc68755c92c66ea70c2437cdc59ced526a0f82d9fdfbfdfb55ecf731785cdb50?context=explore, created an image which was the release right after #8905 was merged. I’ll wait to see if...

Not sure what's wrong with the SPM build as it builds locally, but I can't get it working in the CI, so I commented it out. As for Linux and...

@stephannielsen this branch does address the issues for building for `arm64/v8`. If you build on apple silicon from this branch locally, it should work fine. Unfortunately, the buildx emulation cross...

@dblythy I attempted to enable the rate limiter, but I couldn't get it to allow any connections. Definitely possible I'm configuring or understanding how to use it incorrectly, though the...