Len Woodward

Results 21 comments of Len Woodward

What if policy was a shorthand, like timestamps and timestampsTz? It seems like policies will pretty much always be used with the User model, so in the spirit of speed:...

I'm also seeing this issue, but I don't think it's to do with @nuxtjs/storybook as I don't have that as a dependency. I haven't been able to figure out where...

- get user info from api `https://api.github.com/users/USERNAME` - on 200, temporarily download image `$response->avatar_url` - if image !png, return - if image !420x420, return - if image has > 2...

@taylorotwell technically with my three other PRs that you've merged this week, I could now package my trait and prompt separately and it would be compatible. My ultimate goal here...

I've released this trait (along with the prompt that it enables) in my [Community Prompts Package](https://github.com/artisan-build/community-prompts) so that others can use it. I'll leave this PR open though until it's...

Thx man. I'll probably cherry pick the commits for the gh actions version bumps, add in a `pull-request` trigger for the actions since they don't seem to be running, and...

I think I'm going to go ahead and close this PR for now. I'd like to keep 8.1 support at least until I'm finally ready to tag 1.0 stable since...

May have to update `Whisky::isDogfooding()` to detect running phar from `builds/whisky` as well.

I see two issues here, we're not normalizing the composer paths in our code, and then the directory returned by `composer global home/bin` doesn't match where it's actually being executed...

I'm glad I added that `audit` command. This is so much easier to diagnose 💪