Samuel Girardin

Results 31 issues of Samuel Girardin

It should also be ensured on Masonite blocks or tabs: https://github.com/MasoniteFramework/masonite/blob/b166e959baa1f0a641259cec03472cfd38c57f0d/src/masonite/providers/ExceptionProvider.py#L46

![image](https://user-images.githubusercontent.com/9897999/163123606-2f1f8b02-c684-4d56-9283-ed8b2080442f.png)

### Is your feature request related to a problem? It is possible to "stop on first validation failure" in Laravel and it would be great to do the same here...

enhancement
idea
Next Major Only

This PR is trying to complete type hinting the whole Masonite codebase for better DX.

Next Major Only

- [ ] Would be great to be able to specify which environment to use when running `python craft tinker` maybe with ``` python craft tinker --env production ``` default...

idea

**Describe the feature as you'd like to see it** `masonite-orm -a MyModel` **What do we currently have to do now?** `masonite-orm -m -s -c MyModel` **Additional context** Issue initially opened...

enhancement

**Describe the feature as you'd like to see it** If I would like to save a model and all of its associated relationships, I need to do multiple `save()`, the...

enhancement
medium

Hi ! I am testing a Nuxt static generated app on Vercel. This app uses `nuxt-i18n` which is using `vue-i18n-extensions` After dependencies installation, when vercel run `npm run generate` I...

Hi ! I am using Django Hash ID for my primary keys of my models (https://github.com/nshafer/django-hashid-field). When building indexes of the models django-watson is expecting numeric primary keys. Would it...

This section is currently wrong https://samuelgirardin.gitbook.io/masonite-inertia/the-basics/shared-data

documentation