Germán Jabloñski

Results 50 issues of Germán Jabloñski

An attempt to prevent the #11723 confusion from happening again.

created-by: Payload team

Important: An intentional effort is being made during migration to not modify runtime behavior. This implies that there will be several assertions, non-null assertions, and @ts-expect-error. This philosophy applies only...

created-by: Payload team

### Describe the Bug According to the documentation, `draft: true` prevents mandatory fields from having to be defined, but TypeScript requires them anyway: https://payloadcms.com/docs/versions/drafts#updating-or-creating-drafts ### Link to the code that...

status: needs-triage
created-by: Payload team

Important: An intentional effort is being made during migration to not modify runtime behavior except in very rare exceptions. This implies that there will be several assertions, non-null assertions, and...

created-by: Payload team

# PayloadQuery Currently you can stream DB updates to the client using a polling strategy (refetching at intervals). For example, to get the number of posts with react-query: ```ts const...

created-by: Payload team

I would like to propose that HTML natively supports indents. Although I'm thinking that it could be used in tags like headings or paragraphs, an important point of the suggestion...

`generateKeyBetween(null, 'a0', '0123456789abcdefghijklmnopqrstuvwxyz')` outputs `Zz`, but 'Z' is not part of the defined alphabet. For context, [here is the thread](https://github.com/payloadcms/payload/pull/12758#pullrequestreview-2917364897) where I found the error.

Fixes #14425, #14560 (duplicated) Which are a specific instance of the issue #14130 that wasn’t resolved in its PR (#14137) ### Description When the selection is on a decoratorNode, it's...

created-by: Payload team

[RFC Here](https://github.com/payloadcms/payload/discussions/11862). You can test the feature by running `pnpm dev dashboard` on this branch. Old (obsolete) example See the [comment below](https://github.com/payloadcms/payload/pull/13683#issuecomment-3581457901) explaining the change in approach we took https://github.com/user-attachments/assets/96157f83-c5d7-4350-9f31-c014daedb2a8...

created-by: Payload team