Corey

Results 159 comments of Corey

> @cbaker6 Why are the checks failing? Not sure, maybe you can set break points on the failing tests and your changes to determine where the failures are coming from?

@vdkdamian can you try the latest branch in your code to see if you still run into the crash in your app?

Closing in favor of #394

> Another aspect to consider is how that plays with the Postgres adapter, or whether that is something unique to MongoDB. For Postgres, the server treats `doesNotExist` and `null` the...

I advise against implementing local storage like the other SDKs. The approach I recommend on taking is protocol based allowing developers to add their own local storage. More information is...

@visualfanatic This is the problem I mentioned with _Roles as well: https://github.com/parse-community/parse-dashboard/pull/2010#issuecomment-1025153660

> That's the username I guess. I believe you are right as "parse" is the default account I have setup for testing on a docker localhost. If it is the...

Seems to be a bug. When I don't see "parse" or a username, below is the browser code: When I do see "parse" or the username: Is there a flag...