Albert López Doñaque

Results 5 issues of Albert López Doñaque

- Laravel version: 8.47.0 - RabbitMQ version: 3.8.11 - Package version: 11.2.0 In Laravel 8.17 a new feature was introduced to support dispatch a job to the queue only when...

enhancement

Hi, This is necessary to reuse an already created connection. **meter.php** ``` 'connection' => env('METER_CONNECTION', null), ``` **MeterServiceProvider.php** ``` $defaultConnection = config('meter.connection') ?? config('database.default'); config(['database.connections.meter' => config("database.connections.{$defaultConnection}")]); ```

The zIndex is retrieved from the configured browseButton, but if it's inside a container (div) with a zIndex then it will not be calculated correctly. Maybe you should check the...

Hi, could you add the flag "--enable-libv4l2" to the build please?

Hi, how can I convert relative coordinates to millimeters or other unit? Which units are you using for page height, text x, text y. etc.?