Bernard Wiesner

Results 12 comments of Bernard Wiesner

@cexll If I want to consume processes on another repository/server, I am to use: `php bin/hyperf.php start` ? With laravel we have the `php artisan queue:work` command, it only starts...

ok so hyperf does not have a build in queue worker correct? We need to implement this manually?

@cexll Can you elaborate? If I dispatch an event from Laravel for example and would like to consume the events using coroutines with hyperf on a different server/repo, how would...

Actually its possible to go directly to the implementation for custom facades. Create a file callded _ide_helper_extra.php, and insert this: ` namespace { class YourFacade extends \App\Classes\YourClass {} } `...

Hi @dwsupplee Thanks for investigating this issue. Is there some workaround for this currently? Thanks

Sorry to revive this, but I got a similar issue with `Redis::hexists(...` . I am using predis, and predis returns an int while phpredis returns bool, so when I do:...

Is there any workaround to make drawing order of arcs possible?

Hi @mclack Thanks for the reply. I do not have any discard rules set. Could you refer me to the block of code in this repo that has the logic...

Hi @clr182 Thanks, I checked and noticed that failed jobs were actually getting reported [here](https://github.com/laravel/framework/blob/d978117ce5c246c8f971853df3f958b7dc17f016/src/Illuminate/Queue/Worker.php#L391). That is only when `Bugsnag::setBatchSending(false)` is set, if its not set, the errors don't get...

Hi @katspaugh ! The version I am using is 7.7.15, however it also happens in 7.8.0.