Tim MacDonald

Results 167 comments of Tim MacDonald

You rock ❤️

@renatomoor, we don't expect anything of you and very much appreciate the contribution you have already made.

Going to close this one as it seems we have a workaround by registering the hooks manually and updating the logic. It would also be possible to extract the checks...

Hey, folks, I've just taken a look at this to try and pinpoint where the issue is. I removed the Laravel plugin `npm remove laravel-vite-plugin` and update the config to...

My concern here is what the `*fail()` APIs communicate across our ecosystem. As far as I'm aware, all the `*fail()` or `abort()` methods are used as a kind of circuit...

I suppose because it is a stateless request, it doesn't pull the actual user's details into the guard and only has the token to work with. You would likely need...

Going to close this one as it seems there is a workaround available.

Hi there! `form.reset` matches Inertia's implementation, where only data is reset. If you are using Inertia, you should be able to call `resetAndClearErrors` which will reset the data and clear...

We did some work on this issue previously in https://github.com/laravel/pennant/pull/104. Will need to see if we missed something or it can be enhanced further.

Can you post screenshots of this with Intellisense hover and VSCode hover? If it doesn't work well in both of these, this could make things worse for a large pool...