wkd
wkd
In the example `host` directory, the windows manifest file points to a `my_host.bat` script that fires `my_host.js`. I'm attempting to replace `my_host.bat` with a `myservice.exe` Windows Service created with [node-windows](https://github.com/coreybutler/node-windows#windows-services)....
I just upgraded my Payload deps to the latest 2.x packages, including bumping this package from `1.3.5` to `1.4.1`. After upgrading, I get the following error on start / any...
## Description Updates the documentation for GraphQL queries to note one of its limitations compared to the local / rest APIs. As discussed in https://github.com/payloadcms/payload/discussions/761#discussioncomment-10399114 - [x] I have read...
### Link to reproduction _No response_ ### Describe the Bug When a lexical rich text editor is rendered within a drawer, you can't click and drag your mouse to select...
### Link to reproduction https://github.com/wkentdag/payload/blob/main/test/_community/int.spec.ts#L80-L100 ### Describe the Bug I followed the [recommended approach](https://payloadcms.com/docs/rich-text/lexical) for converting lexical rich text into HTML, and discovered that some of the formatting gets stripped...
Adds a new `custom-validation` option enabling consumers to provide custom validation beyond the status code check. For instance: ```yml custom-validation: | try { const body = JSON.parse(response.body) if (body.sha !==...