Results 210 comments of Daniel

I think the issue is with the way `cookie-session` works with the passport package. I don’t think we can make any changes on our end to make it work -...

@rkrasiuk could you please explain how to do this?

It sounds like a good idea. Mongo Atlas Serverless sounds exciting and I'm keen to see how it compares in price vs my current solution which is AWS EB.

Is it correct once we remove support for node 12, we can support optional chaining across all files?

Seems to have fixed the issue - ready to merge

I'm trying to write an aggregate that makes the server crash, and I haven't been able to get it going. You might have more experience with aggregate. ```js it('can aggregate...

I'm not sure what's pending here or what the general feedback was. This approach covers the following objectives: - ES imports for cloud code as server won't be mounted to...

I think there is a naming clash between this and `Parse.Config`, which could lead to some confusion: https://docs.parseplatform.org/js/guide/#config Perhaps we could have `Parse.Server` (available in cloud code only) which is...