Petr Parolek

Results 9 issues of Petr Parolek

Example: ``` $pattern = "sign/in"; $actual = "https://test.dev/sign/in?_fid=j3o0"; \Tester\Assert::match($pattern, $actual); ``` Current tester output: ``` Failed: 'https://test.dev/sign/in?_fid=j3o0' should match ... 'sign/in' in testAbc() ``` It would nice something like: ```...

enhancement
friendliness

Package versions: ``` doctrine/orm 2.13.1 phpstan/phpstan 1.8.2 phpstan/phpstan-deprecation-rules 1.0.0 phpstan/phpstan-doctrine 1.3.12 phpstan/phpstan-nette 1.0.0 phpstan/phpstan-strict-rules 1.3.0 ``` version `doctrine/orm 2.12.3 ` was OK. I write code like this https://www.doctrine-project.org/projects/doctrine-orm/en/2.13/cookbook/sql-table-prefixes.html#sql-table-prefixes . Code:...

- new feature? yes - BC break? no - doc PR: nette/docs# I can prepare if PR will be merged In Nette Utils I didn't find method which I could...

ref https://github.com/nette/tracy/pull/439/

Bylo by fajn přepsat https://tester.nette.org/cs/testing-with-travis na GitHub Actions

- bug fix (issue https://github.com/nette/application/issues/307) - BC break? no Before: ![obrazek](https://user-images.githubusercontent.com/6066243/187645205-e0bdb71a-f14b-421b-953d-ed3ecd758061.png) after: ![obrazek](https://user-images.githubusercontent.com/6066243/187645314-b75b5dc5-625e-47a3-a379-d858198e6768.png)

Version: 3.1-dev ### Bug Description Tracy routing bar has ugly look ### Steps To Reproduce ![obrazek](https://user-images.githubusercontent.com/6066243/187643510-c1416b2a-071d-461e-a2a9-b81e1d65d1e8.png) ### Expected Behavior ![obrazek](https://user-images.githubusercontent.com/6066243/187643692-18feb909-d7af-4c85-b750-5d79ef16720b.png) ### Possible Solution ```diff --git a/src/Bridges/ApplicationTracy/templates/RoutingPanel.panel.phtml b/src/Bridges/ApplicationTracy/templates/RoutingPanel.panel.phtml index 61839780..c9808a50 100644...

Package versions: ``` doctrine/orm 2.13.1 phpstan/phpstan 1.8.2 phpstan/phpstan-deprecation-rules 1.0.0 phpstan/phpstan-doctrine 1.3.12 phpstan/phpstan-nette 1.0.0 phpstan/phpstan-strict-rules 1.3.0 ``` version `doctrine/orm 2.12.3 ` was OK. I write code like this https://www.doctrine-project.org/projects/doctrine-orm/en/2.13/cookbook/sql-table-prefixes.html#sql-table-prefixes . Code:...

Version: master 26b53be916586e87b772050f32986168e55f8e48 ### Bug Description Tracy doesn't show any SQL queries in bar ![obrazek](https://github.com/contributte/doctrine-dbal/assets/6066243/afb0aa03-f082-4fa2-a1da-b705da768061) ### Steps To Reproduce Run sqls with doctrine ### Expected Behavior showing every queries ###...