Adrien Foulon

Results 144 issues of 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...

enhancement

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...

bug

### 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]...

🔨 p3-minor

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 ![image](https://github.com/user-attachments/assets/e0e68bc4-37a6-44c7-96b6-1a5fc1ce3f5b) 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...