wkd
wkd
following up on @replete's tip (which worked for me - thanks!): on a fresh install of VS 2015, the application will prompt you to install the visual c++ build tools...
I've run into the same problems intermittently. The behavior seems to alternate between the `ValidationError`, or the pg constraint error. I was able to fix it with two updates: 1....
looks like the same issue I reported earlier this year which may have been closed by mistake https://github.com/payloadcms/payload/issues/5709
I think this has been closed by mistake! the commit message in 29ad1fc diverges from the description of #9932. The original description claimed to fix this issue, but was later...
@SimYunSup fair, but I expect the generated HTML to match the markup rendered (correctly) in the admin Lexical editor out of the box. so IMO this is still a bug....
@AlessioGr I wasn't suggesting modifying the generated HTML, but rather adding a preformatted whitespace feature that you can select from the dropdown. So where I'm currently expecting this snippet of...
Thanks for the explanation @SimYunSup, I'm definitely still trying to wrap my head around all the Lexical concepts. I'm able to reproduce `align` and `indent` in HTML by tweaking the...
@Jtalk appreciate the feedback! totally understand your concerns, I'll update my PR :)
Correct me if I'm wrong, but I believe the `filename` args for each adapter are all generated [here](https://github.com/payloadcms/payload/blob/main/packages/payload/src/uploads/getSafeFilename.ts#L10). If that's the case, a backwards-compatible solution would be to expose a...