Lukáš Rajchl

Results 10 comments of Lukáš Rajchl

@milo I think that this bug was during development of new DI for Nette 3, but I don't remember it. But today I try it again with release of 7.3.0...

Okay, I'll try to create something

Ah, sorry for the unclosed table tag, I removed more code than I meant to. I edited example with full base64 image and whole html template to beware more problems....

In constructor there is $config argument ``` 'tempDir' => 'C:\localhost\web\temp\mpdf' 'author' => 'me' 'mode' => 'utf-8' 'format' => 'A6' 'margin_left' => 0 'margin_right' => 0 'margin_top' => 0 'margin_bottom' =>...

Okay, another way. TL;DR There is missing check for 'gradient' key in 'background-image' array. Regardless of the code, if this key is missing in array, the condition tries to access...

> Happens in Adminer v4.8.4, tested with PHP 8.2 and 8.3. What database server are you using and what version is it?

For tinyint this is not a problem, but a resolve of deprecation of [Number data types](https://dev.mysql.com/doc/refman/8.0/en/numeric-type-attributes.html) from MySQL since version 8.0.17, which is in this [commit](https://github.com/adminerevo/adminerevo/commit/c2d0a3dac4baf9561a4ef8e8498674399310cfea). EDIT; Could you try...

Yes, I can confirm, that problem exists with used MariaDB v10.10 and higher. Problem is, that uca1400 collations are for null charset, that is in Adminer transformed to empty string...

I think version 4.x should end up with full support for all versions as is, and the newly opened version 5 branch should start on PHP 8.1 (or 8.2). The...

> as example https://github.com/pematon/adminer still work with php 5 and also php 8 and have plans for future also If you read whole readme, he plan its v5 with "Requirements...