Jayson Ng
Jayson Ng
> Is it currently possible to write this feature yourself in Cloud Code. However, it would surely be nice to have such a feature built in. Do you want to...
awesome. Thanks for looking into it. I couldn't myself as I'm not versed well in how parse-server works internally. It would take me a lot of time and learning to...
from how I understand it, if we wanted to restrict the user knowing what Roles he has, it should be fixed by editing the ACL or CLP of Roles should...
sorry yeah, that code I have is what I use now for my use case and on CloudCode. Definitely need to change it to something else that will work for...
Thanks @noobs2ninjas . you got it right. PFRelation to a tags relation column. I worked around this by using cloudcode beforesave(Post) to save the tags before passing it on to...
I need this as well. A lot of the examples from Stack Overflow are outdated apparently.
interesting. I'm running node 18. is that for node 20? and what can we do you think to add to these docs for subtle differences in node version code?
I'd expect it to act like a form entry where when you press tab when you're in one field, it would go to the next field. This works in Parse-Dashboard...
> Which version of the mail adapter are you using? There is no version 6.x. > > Were you able to track down what exactly causes the error, or which...
> It seems that the polyfill that babel generated requires runtime, which Node version did you run this on? Not sure I would add runtime like that, you probably don't...