Chris Morrell
Chris Morrell
To summarize, here are the two options that seem to make the most sense: 1. Go with the PR as-is, where images are generated via Github Actions and committed directly...
@driesvints just FYI—by applying some optimizations to the workflow, I was able to get the run down to [about a minute and a half](https://github.com/inxilpro/laravel.com-fork/actions/runs/3339483703/jobs/5528488276). It no longer downloads every version...
I see that @taylorotwell marked this as draft — let me know if there's anything you need from me on this.
> Is this still being worked on? I'm just waiting on @driesvints or @taylorotwell to make a call. If there's renewed interest in this PR, I'm happy to make changes...
@JayBizzle what happens if you try: ```sh composer require laravel/dusk:dev-proxy-requests --dev -W ```
We're running into the same issue. It looks like when the `Enumerable` cast was removed in #686 it broke casting empty arrays to empty collections. In the short term, we're...