Matt Eaton

Results 24 comments of Matt Eaton
trafficstars

Rebased main to try to fix API Breakage check.

Added a unit test for this fix that validates that even if the update path did not succeed `notUpgradingCompletionHandler` should still be called.

So if you have a Cloud Code project going right now would it be a better idea to just observe the mutated data changed in Parse with React or should...

Do you need to do a find(); on the query? ``` return ({ session_resources: (query.find()) }); ```

I had initially thought about this too, but what I decided to do was use the router to load the necessary data to my page, and then use Parse+React to...

Instead of using the count query I have been getting the length on the array of objects returned from the observe function. ``` js observe: function() { return { comments:...

I'll let the maintainers speak to the direction of this behavior but I can tell you what is going on here at least; When setting: ```swift fields[.acceptLanguage] = "en-US, zh-Hans-CN"...

Please let me know and I can open an issue and attach this PR to that issue. Thank you.