David Grudl
David Grudl
This is similar to the `test()` function, which is actually used by all Nette libraries. In addition, the test name is passed to the function and it lists results. ...
Can run multiple TestCase tests: ```php /** * @testCase */ declare(strict_types=1); namespace Tester; require __DIR__ . '/../src/bootstrap.php'; (new TestCaseRunner) ->findTests(__DIR__ . '/Test*.php') ->run(); ``` ~~The next step could be removal...
The purpose of this PR is to enable statical analysis of resulting code by analysers like PHPStan, Psalm, etc. Related #262, #275, #276 First commit propagates known types infomation from...
- new feature? no - BC break? yes I am looking for way how move from mutable to immutable DateTime. From my point of view, mutable DateTime is something you...
Calling image-width() affects output generated by data-uri() in Less 3.8.1 This generates correct base64 output: ```css a { background: data-uri('images/tick.png'); padding-right: image-width('images/tick.png'); } ``` This generates invalid base64 output: ```css...
## Description I found out that crawler doesn't create a record with a `type: lvl0`. The first record (as seen in the picture) is the paragraph that follows it and...
We should Identify all cases when `?` is used, resolve them and remove a question mark (it is like eval).
Fix for #191 #192 but it fails on PostgreSQL