Jean-Sébastien Herbaux

Results 49 comments of Jean-Sébastien Herbaux

Hey I'm closing this for inactivity but don't hesitate to put a comment to reopen it :slightly_smiling_face:

> It could be confusing that in the TS code block we're not actually using TypeScript, but instead, just showing the option needed to support TS projects > > I'd...

Re-opening this one as even if the feature allowing to fix this issue has been released, the admin does not reflect the changes yet.

Hey there, I just wanted to share that we've updated some types for v5 (thanks to your input). Attributes' values are now set as optional **and** nullable See - https://github.com/strapi/strapi/blob/v5/main/packages/core/types/src/data/component.ts#L21-L25...

> just wanna share this beauty: > > ```ts > export type Home = StrapiContentType; > > type StrapiDbQueryPopulate = > | '*' > | { > select?: (keyof T)[];...

Hey, @sopwerdna I've tried to reproduce your issues with the latest version and couldn't manage to reproduce. Would you mind sharing the errored queries as well as the types (generated...

> This project was likely first generated sometime around Strapi v4.9 so I am wondering if something else is left-over or configured differently by the typescript project creation CLI script...

Hey @laurenskling, sorry I took so long to come back to you. I've taken a shot at fixing your issue in https://github.com/strapi/strapi/pull/20422 If you could try this experimental version (`0.0.0-experimental.4ddd402c7194d1a969a797313bf007c93148d59a`)...

Hey, thanks for testing the experimental version. It seems I didn't have the right setup to reproduce the issue. The problem comes from the migration itself (assuming locale is here)...

Hey there, my PR allegedly fixes the issue, but as pointed out in this comment (https://github.com/strapi/strapi/pull/20422#discussion_r1644458596) another change might fix it in a simpler manner. I would like to wait...