Germán Jabloñski
Germán Jabloñski
I like the idea, although that's a bigger task than I can volunteer for right now. If that big change can be postponed and we can now fix this without...
I would describe it as a selection problem + something else (which makes it platform specific). The Lexical selection still being outside the decorator when the cursor is inside is...
The issue https://github.com/payloadcms/payload/issues/8168 describes the same problem from a more technical perspective. I just wrote a comment there explaining how this is actually mostly a documentation issue and the recommended...
> > ```ts > // Pass your config from generated types as generic > const sdk = new PayloadSDK({ > baseURL: 'https://example.com/api', > }) > ``` Wouldn't it be better...
I mean something like: ```ts const sdk = new PayloadSDK(schemaParser, { baseURL: 'https://example.com/api', }) ``` Where schemaParser is a variable that actually exists at runtime. Think of a parser like...
The [lexicalHTMLField](https://payloadcms.com/docs/rich-text/converting-html#outputting-html-from-the-collection) function was never meant to update every time the rich text field changes—it only runs when the HTML field is read. You can see, looking at how this...
I don't know what's going on with the failing test. I've already tried clearing the cache, and retrying several times. only happens in the localization folder
@AlessioGr I think the build failing is something from the base branch; you can ignore it here.
As another option to consider, there is also Stack Auth which looks promising.
Hi! any update on this?