aclec

Results 6 comments of aclec

Hello @stewones can you implement it for aggregates too? Otherwise I will do it later.

allowDiskUse is true by default in mongo 6. If Parse let the default option, it will work with an upgrade of mongo version.

Yes, the server is in 7.1. The two screen was taken by changing only the sdk from 5.1 to 5.2 When I downgrade to 5.1, it reworks.

I see that .some() is being used. Shouldn't we, in addition to checking that it's a number, use .every() to ensure that all keys are numbers? It might be a...

Can you merge your pull request so that I can update my SDK to the next version? Removing all the logic would be a breaking change for some people, I...

I will try to create a patch today to pass the tests. The goal is not to convert an object into an array; the object should remain as is until...