Chris Whatley
Chris Whatley
This doesn't appear to be working anymore. See comments in #321
Thanks for the snippet. What's the `when...poetry-venv-workon` clause doing in the middle of the lsp-python-ms package statement? That seems to conflict with having poetry tracking mode on. Sounds like the...
I actually use pyls (I should try the MS one, I think) and inspired by your snippet, I tried the following and found this seems to work pretty well so...
Should this beforeChange hook be considering the request type? Seems like this is where the delete on duplication is happening: https://github.com/payloadcms/payload/blob/d7ec48f62277e438b8ac0b2739f3dfe19580af2c/packages/plugin-cloud-storage/src/hooks/beforeChange.ts#L22
Not suggesting this as a code change for payload, of course, but this very hacky workaround prevents the data loss from this bug and doesn't seem to interfere with other...
FYI, I'm using experimental app router with the same dependencies listed here and am not having any issues on a production instance on vercel. Is there perhaps a vercel configuration...
I'm using yarn + corepack, node 20.x and have the same env vars set. I do have a monorepo, so my build + start look like: `corepack enable && yarn...