Adrien Foulon
Adrien Foulon
Correctly handle missing type
### Describe the feature From the nuxt auth doc I'm having a lot of trouble understanding how the backend should work without an example of the local auth provider Could...
Resubmitting #124
I want to run turbowatch at the root of a huge project (including workspaces tons of node modules and non js files etc) I'm using triggers to indicate I only...
### Environment Working directory: /home/tofandel/PhpstormProjects/nuxt-server/packages/web ------------------------------ - Operating System: Linux - Node Version: v22.12.0 - Nuxt Version: 3.17.4 - CLI Version: 3.25.1 - Nitro Version: 2.11.12 - Package Manager: [email protected]...
Follow up of #2755 With the upgrade of larastan a few lint issues popped up, the phpcsfixer config and phpstan config required small updates Then they were ran, only a...
The twill:build command can be run on CI without DB configured, so if that's the case just continue as normal
A few things this PR tackle: 1. Performance of saving slugs: we now check if the slug attributes were modified to know if the slug needs to be recomputed, this...
### Steps to reproduce Add a datepicker field ```php DatePicker::make() ->name('start_date')->label('Start date') ->time24h() ->allowInput() ->required(), ``` Edit the input field manually  Notice how the date picker picked up the...
## Description Just saving a non unique slug in a database that has a lot of entries (Not like an insane amount, just 500) seems to result in a lot...