Wilson
Wilson
Like @quantran020173 mentioned, you should use **nvm** (short for Node Version Manager) to manage your, well, **Node versions**. It lets you quickly switch between node versions, install other versions quickly...
Cool, because setting up a code formatter will create plenty of change to the code base, and I didn't want to do it without you confirming. Will do.
> Weird, would it be possible for you to create a codesandbox reproducing the behaviour? I went ahead and reproduce the behavior. Basically I'm attempting to create a custom that...
> I fixed this by ensuring my `Container` was listed in the resolver list. > > > > ` .... ` The reproduce code sandbox I created above (https://codesandbox.io/s/craftjs-cond-element-9szcsl) clearly...
@teunmooij Can we have a review of the PR for this enhancement? Cheers!
@teunmooij Can we have this merged in?
It's still open 😅😅 someone referenced a closed PR.
I got a simple implementation that works for v3 with no dependencies. It is heavily influence by this plugin. https://github.com/WilsonLe/payload-oauth2
I'll resolve all the conflicts over weekends. Thank you for getting back to my PR 😅
After merging with main, it seems like this has been implemented. However, why didn't we accept the `options` parameter in `payload.update` and forward it to `payload.db.updateOne`? Or was the `options`...