Kevin Antonio Rateni Iatauro

Results 51 comments of Kevin Antonio Rateni Iatauro

This might be an encoding/collation issue with your DB rather than a Strapi issue. Both `$containsi` and `$eqi` are converted to SQL queries that use the the `LOWER` function. If...

PS: The reset password endpoint is now returning information about the user after it is updated, so that the confirmation status shows the proper value.

Following up on what @MattieBelt said, if it's doable it'd be cool to have an header with the number of requests left and another with the number of seconds remaining...

> I'm not sure this completely resolves #14020 since the frontend is not using the `path` set in the config to make the initial request for documentation. I think we...

I don't really have a strong opinion on this, even though I would personally stick with consistency and have all documentation-related endpoints be reachable at the custom path rather than...

> hi @WalkingPizza thank you for working on this, it would be a great addition 💃 I started to do some research on it: > > * Before merging it...

Hey @ronronscelestes, thanks for the follow up! To avoid breaking changes maybe we could transform the legacy ```js export default { // ... theme: { colors: { primary700: "red", }...

Hey @ronronscelestes, thanks for the follow up. Will get it done before the next release!

Hey @ronronscelestes, can you send over the docs link whenever you have it, so I can add it to the warning?

@ronronscelestes just realized there was already a section in the documentation, my bad for bothering you! Pushed the changes, let me know what you think.