Adrien Roches
Adrien Roches
I don't know if it would be relevant or not. Some benchmark might be required to determine whether or not the original json_encode would fail on big arrays with big...
As of now we can only exclude http methods. It would be great also to explicitly tell to not cache 404 (for example). A good idea might be to update...
Would be great to easily deploy / use with a docker embeded version
I'd like for example to be able to use this syntax: https://psalm.dev/docs/annotating_code/type_syntax/array_types/#object-like-arrays to define an object-like-array. It would look like : ```twig {# @var array{'key1': string, 'key2': \Some\Object} my_var #}...
Hi. I think some handlers are missing for the phpdoc in `MonologExtension.php`. At least the `FallbackGroupHandler`. But it was added in 2.0 and this bundle support both 1.x and 2.x....
The goal is to be able to dynamically choose the region via `regionProperty`. Use: ``` php use Misd\PhoneNumberBundle\Validator\Constraints\PhoneNumber as AssertPhoneNumber; /** * @AssertPhoneNumber(defaultRegion="GB", regionProperty="regionCode") */ private $phoneNumber; /** * @var...
There is nothing in the README that states how to set the type nullable or use a join / intersection type. I assume it is the same as for phpdoc...
Hi there. Is it still maintained ? I have interest in both of the current opened Pull Request.
It would be nice to have the same functionnality as Doctrine in the profiler. the goal is to be able to copy / paste the query to test it.
Hi. Thanks for the tool. It does not seems to replace the $ref when used in an `allOf`. Thanks.