Romain Lanz

Results 327 comments of Romain Lanz

Nice! I believe we can release it as a breaking change update but since it's not critical we can wait a little bit.

Hey @ptrpiero! 👋🏻 It was moved to `Abandoned` by `stale` since there was no activity in this PR for the last 30 days. Don't worry about it. It is a...

I have updated the code to add the deprecation warning. However, I am unsure about the runtime warning since the flag is defined in `BaseSeeder`.

Hey @yariksav! 👋 Sorry for getting late on this, what's your issue?

You need to run yourself validation on this query. We cannot run validation here because we don't know what you want to change. Also, you need to handle this type...

Hey @enixsoft! 👋🏻 Why would you preload a relationship to remove it afterward in the serialization process?

Hey @twigs67! 👋 As per the [default migrations](https://github.com/adonisjs/adonis-fullstack-app/blob/master/database/migrations/1503248427886_token.js#L13) the `is_revoked` field is by default to `false`/`0`. When using `updatePasswordByToken` Persona will automatically remove the token. You can find the code...

Actually after some thinking I believe it would be better if this package directly add the type and people simply updates their `tsconfig.json` to add `nuxt-svg-loader` in the `types` array....

Hey @FunbiOyede! 👋 It is tough to validate an email, you may not know it, but `test@ch` is a valid email address. The only rule to have a valid address...