Bernard Wiesner

Results 7 issues of Bernard Wiesner

Thanks for working on this package. I was testing it though and noticed there is a performance issue with it. Pull and ack together can take anywhere from 100ms to...

Laravel has the queue worker to processes queued jobs: https://laravel.com/docs/9.x/queues#running-the-queue-worker Does hyperf have something similar? Where you can dispatch jobs and some worker can process the jobs using coroutines?

question

I am trying to change the overall font size for the calendar and time table. I can change individual css like: ```css .mx-table-date { td, th { height: 32px; font-size:...

#### Environment details - OS: alpine linux 3.14 - PHP version: 8.1 - Package name and version: google/cloud-pubsub v1.35 #### Overview Requests are not retried if the `requestTimeout` is reached....

status: investigating

### Describe the bug If there is an exception in a Job running through the laravel queue worker, and the job fails after the max tried attempts due to the...

awaiting feedback

## Bug description When using both the Hover plugin together with the zoom, under certain hover and zoom combinations the whole waveform becomes blank, or the width of the waveform...

bug

I am using laravel's Bus batch to dispatch jobs, and they use closures that get serialized and un-serialized https://laravel.com/docs/11.x/queues#dispatching-batches Example: https://github.com/laravel/framework/blob/46ac7829eba556031fa5f540f3771d52fa4117a2/src/Illuminate/Bus/PendingBatch.php#L173 ```php public function then($callback) { $this->options['then'][] = $callback instanceof...