Kai Sassnowski

Results 105 comments of Kai Sassnowski

I'm closing this for now as I consider a Dusk integration to be out of scope of this library.

I'm not familiar with Laravel Sail, unfortunately. So I can't be of much help here 😞

I think this is similar to #5, isn't it? I haven't gotten around to implementing something like that but I'd happily accept a merge request for it. I haven't looked...

It looks like Beanstalkd itself doesn't expose a command to flush a tube. See [this open](https://github.com/beanstalkd/beanstalkd/issues/25) issue from 2009 on the beanstalkd repository. That means we would have to build...

Right now the project only supports a single host (https://github.com/Dionera/laravel-beanstalkd-admin-ui/blob/master/src/BeanstalkdUIServiceProvider.php#L21). Talking to all three hosts simultaneously could be a bit difficult to achieve (as in, having the stats for all...

Sorry for the long delay, I was on vacation. I'm back now and will review the changes as quickly as possible. Thanks for contributing!

I could live with a function like that. Should I open a PR for this? Where should this function live, ideally? I assume somewhere in `@core/utils`?

Hey, it'll unfortunately be a few weeks before I'll get around to this as I'm currently on vacation. My first reaction is that I'm not a super big fan of...

This is because Roach uses the logging configuration of your Laravel app for its logger. So it will probably log to your `laravel.log` file. The easiest way to get the...