Results 245 comments of Daniel

@MrMartinR I have tried to replicate this but have been able. I am on the latest dashboard and parse server. I've tried to manually add the invalid `order` key to...

Ahh, in my testing I was using mongo. I’ll try again with Postgres tomorrow

Thanks for the detailed documentation here - I guess the concern is certain newer features might be unstable and have impacts not covered by code coverage, and a lot of...

Regardless of whether a feature is "experimental" or not, open source depends on users finding bugs and vulnerabilities and then reporting and/or contributing back to the project. My expectation would...

https://www.nearform.com/blog/using-abortsignal-in-node-js/ This could work with `AbortController`. Thoughts @mtrezza?

Related: https://github.com/parse-community/parse-server/issues/288 https://github.com/parse-community/parse-server/pull/4845

Is this in relation to an LQ event won't be fired if the related Role is updated? Or is this something else? E.g, if ``` role.getUsers().add(user); await role.save(); ``` Is...

@nangyal Have you tried putting the LQ trigger on the role class?

I note the code snippet referenced refers to the `_matchesCLP` function, so are you saying that if you have roles in CLP Parse Live Query doesn't correctly handle it? It's...