Jiří Pudil

Results 18 issues of Jiří Pudil

- new feature - BC break? no - doc PR: todo Snapshot testing is a technique which allows users to instruct the testing framework to generate and store a snapshot...

next-bigger-release

This PR adds support for parsing type projections (phpstan/phpstan#3290) which I'd like to implement in PHPStan. Type projections are a way of declaring the variance of a type parameter at...

This is my take on the formatting API (#3). It adds the `format()` method to `Local(Date|DateTime|Time)` and `ZonedDateTime`. The method accepts an implementation of the `DateTimeFormatter` interface. The API is...

- new feature - BC break: no - doc PR: *todo* Hi there, in addition to autowiring arrays of services via annotations, I think it might be useful to autowire...

Hello, I am wondering why the `Route::MODULE_KEY` and `Route::PRESENTER_KEY` constants are private and whether they could be made public? We were using them in route definitions prior to 3.0, and...

It seems that [more](https://forum.nette.org/cs/34008-rozjeti-datagridu-a-naja-pomoci-webpacku) and [more](https://forum.nette.org/cs/25444-ublaboo-datagrid-mocny-rychly-rozsiritelny-hezky-anglicky-dokumentovany-datagrid?p=36#p213850) and [more](https://github.com/jiripudil/Naja/discussions/203) people are using ES modules and tools such as webpack to bundle client-side code, and datagrid's assets are not ready for such...

...to allow restricting inheritance hierarchies in userland – but also internally; I've rewritten the current `DateTimeInterface` and enums support into this extension point. Closes phpstan/phpstan#7493

Hi, I've been using this awesome package for some time to my satisfaction, but now I've stumbled upon an issue with the latest version. It manifests in this repo: https://github.com/naja-js/naja....