Eduard Karpiel

Results 9 issues of Eduard Karpiel

Hello, I'm using IntelliJ IDEA with Symfony plugin installed including PHP, Twig, PHP Annotations. Based on documentation: https://www.jetbrains.com/help/phpstorm/symfony-twig.html#twig-variables I was trying to map passed variables from Controller to Template so...

About 5pm CEST I had connectivity issues with wire backend on both desktop / webapp and mobile. After a while, I got logged out from the Desktop app and wasn't...

**Version**: Propel2.0.0-beta1 **DB engine**: MySQL (MariaDB) When table is created as in docs: http://propelorm.org/documentation/04-relationships.html#many-to-many-relationships the index is created only for the second column. The first one is ignored. We are...

Bug

**Usage**: ```html ンターJA健康ー康 Hello 健康 ' ``` **Result**: mPDF will not process content of `ンターJA健康ー康` via `autoScriptToLang`. Also applies to inner elements: ```html ンターJA健康ー康 健康 Hello 健康 ' ```

Having `autoScriptToLang` globally is quite a fine function, but for some elements in the document, it might be a need to have only one language set for it so proper...

Fix for #1807 by adding missing array keys for CID fonts

### Guidelines - [X] I understand that [if I fail to provide all required details, this issue may be closed without review](https://github.com/mpdf/mpdf/blob/development/.github/CONTRIBUTING.md). ### Description of the bug Based on [watermark...

bug/fix
help wanted
research needed

### Bug report Based on [DOMNode documentation](https://www.php.net/manual/en/class.domnode.php) changelog > 8.3.0 | Properties `DOMNode::$parentElement`, and `DOMNode::$isConnected` have been added. with `phpstan.neon` configuration: ```neon parameters: phpVersion: 80200 ``` PHPStan doesn't report error...

feature-request

Copied `@phpstan-assert` annotations directly from [PHPUnit `Assert` class](https://github.com/sebastianbergmann/phpunit/blob/main/src/Framework/Assert.php). Those assertions are required for proper static analysis as they are currently missing and causing errors on places which are by assertions...