Kevin Bond

Results 420 comments of Kevin Bond

I thought about this but decided against for the following reasons: 1. Dusk doesn't provide this option (see https://github.com/laravel/dusk/issues/206) 2. Some assertions make multiple "sub" assertions - should I use...

I have been slowly working on removing mink and replacing with a system that will help here. It will include an "escape hatch" where you can take complete control with...

I agree, would you be willing to create a PR?

Another argument seems simplest.

Thanks Paul, I don't have any ideas that don't require breaking architecture changes. I plan to revisit for 2.0. I think the workarounds described above solve the problem but if...

One potential roadblock here is related to #6. The daemon could run out of memory or run longer than 1 minute, preventing the next minute's schedule from running. Could the...

Interesting idea. My concern is with the added complexity. I'm also not sure how common such a requirement is... Are you thinking to use Doctrine ORM? In my app, I...

What fields would we add to the Entity? Cron string for sure I think (maybe not if the user wants complete control) but what about the other properties/extensions? I could...

What's the difference between locked and disabled? What about lastDuration and lastMemoryUsage?