Results 440 comments of bilogic

Thanks for getting back! I might have been a little unclear in my OP. Let me try again: 1. Chrome Version 100.0.4896.60 (Official Build) (64-bit) 2. URL in question https://ondras.zarovi.cz/sql/demo/?keyword=default...

if it helps, https://github.com/Lt-Mayonesa/wwwsqldesigner works in Chrome

Thanks, https://ondras.zarovi.cz/sql/demo/?keyword=default works! Should I file a PR to auto format all whitespaces in a standardized way? This will eliminate all the unnecessary whitespaces in future PRs. See #314

https://github.com/mpdf/mpdf/issues/1447 related?

does this actually work? L8 uses class based factories.

I'm trying to place my image all the way to the right edge of the paper? I tried ```$pdf->image(image, 410, 0, 0, 0);``` i.e. 210mm*2 and it overshot by a...

Found my answer, ```$pdf->get_width()``` for the page width

@olivervogel what about the word ```fill```?

``` Using version ^2.5 for intervention/image ./composer.json has been updated Running composer update intervention/image Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an...