Petr Morávek

Results 9 issues of Petr Morávek

One of the popular strategies for marking deprecated code in libraries is to use `@trigger_error('...', E_USER_DEPRECATED)` call, see: - https://github.com/doctrine/deprecations - https://github.com/symfony/deprecation-contracts The main advantage and also its main disadvantage...

- new feature - BC break? no - doc PR: not needed Some validation methods of form `Validator` require a specifc type of control instead of generic `IControl` interface. This...

`Request` implements a couple of extra methods that are not defined in `IRequest` interface. Nette 3 deprecated autowiring of `Request` type, only autowiring via interface is now supported. This means...

Hello, I'm trying to minimize frequent fluctuations in the replicas count in our setup. The rate of incoming messages is fluctuating quite a lot. The usual scenario is: sudden peak...

### Bug report Modulo operation over array operands is invalid, and throws TypeError since PHP 8.0 https://3v4l.org/Oj0IO PHPStan currently does not catch this and reports no error. ### Code snippet...

feature-request

Hi, I really like this plugin, but I needed support for templates with other extensions than `php`, just like in standard File Templates. So here is PR for such a...

I've been thinking a bit more about the problem discussed under 461c803a7aa1a4b7303c6bd43c533d83c72a1de6 I believe the class inheritance is not the real problem for configuring checked/unchecked exceptions. All the exceptions can...

Currently the GPS picker is always filled, if you don't change anything then the value is the hardcoded default position, so it's not really possible to have GPS picker as...