Corey

Results 159 comments of Corey

> I don’t know why it wasn’t just named select. Perhaps in a past version it did behave differently, but the feature somehow got overriden. It looks like the `fields`...

I suspect this is more of a JS SDK issue. According to the [REST documentation](https://docs.parseplatform.org/rest/guide/#data-types), Parse treats `Date` as a special data type: > The Date type contains a field...

I'll submit the JS fix later today as that will be needed for the test cases. Essentially, an explainable first is needed.

Currently, this is suppose to be handled by the Client SDK's (in you case the JS SDK) as the SDK's should ensure the `Date` is encoded in a way the...

> What should the latest tag be, the latest stable release or the latest commit on the development branch? Looking at the [MongoDB tags](https://hub.docker.com/_/mongo?tab=tags) `latest` is the latest version released...

> Do you mean it should be stable? Then it would be on our release branch. That means latest will l update every 3 months (unless there's a hotfix) according...

> @cbaker6 since you argued for keeping the latest tag, how do you use it or think that others would use it? For development, devs often leave their setups that...

The [issue](https://github.com/parse-community/parse-server/issues/7705#issue-1056450228) just isn't about `latest`. It looks like a number of tags are still missing from the `Expected Outcomes` section which can be helpful for developers who want images...

It looks like the latest may only be updating on `minor` changes and doesn't update on `patch`. The last time it was updated was on `5.2.0` 4 months ago: https://hub.docker.com/r/parseplatform/parse-server/tags?page=2

> However, when running 'npm test npm test. \ Spec \ Auth.spec.js', it displays only: Did you install mongo runner before running the test and make sure it's version 4.4?...