Jan Mikeš

Results 35 issues of Jan Mikeš

- Larastan Version: 2.1.11 - `--level` used: 9 - Pull request with failing test: not relevant, but can provide demo repository ### Description Hello, I am running a laravel monorepo...

Since url is contained in settings.url (payload.url is always undefined), the extensions was useless - it never pushed pageview tracking to GA. This fix works fine for me, I have...

Hello, i have private constructor for my entities, which was a problem. As well i have NO setters (i am huge fan of DDD). I was able to create instances...

Hi, we are using PHPStan and we have lot of tests analysed by phpstan, with data providers, that looks like this: ```php yield [ [ 'a' => '1', 'b' =>...

Hi! First thanks for turbo and mercure integration, i am playing with it for last several days and it is awesome! I am struggling with finding a way, how to...

It causes issues, when i have input that is beign validated and is invalid with same container as tag -> button tag is marked as valid, input is invalid ->...

enhancement

Hi! We need to proceed long URL (10.000 charactes), but it is ending up with 431 error. I believe it is caused by this condition: https://github.com/nginx/unit/blob/2348229dc7656f36a7915d85af56aae9ed9fb120/src/nxt_h1proto.c#L716 Is there any way...

enhancement ⬆️

``` Apr 22 18:30:22 Jessie git-auto-deploy: Config option 'host' is deprecated. Please use 'http-host' instead. Apr 22 18:30:22 Jessie git-auto-deploy: Config option 'logfilepath' is deprecated. Please use 'log-file' instead. Apr...

bug

Hi, i love your script, though, it would be nice to have info how to use the generic parser (structure of json body and application/json header etc) and as bonus...

enhancement

``` php $this->input->field("tickets") ->addRule(IValidator::REQUIRED); ``` ``` php "tickets" => [ 228 => 1, ] ``` And i get `422 Unprocessable Entity` which is pretty bad! When i remove this validation...