Results 3 issues of Baptiste Bouchereau

With the query param as follow: ``` @QueryParam( name="param1", strict=false, nullable=true, default=null, allowBlank=false, requirements="11|12|13|14" ) ``` When I format the url as such: **/rest/v0/myroute?param1=**, I expect to get param1 to...

Hello, I'm tying to create NS records with terraform using the **ovh_domain_zone_record** resource but it seems the NS **fieldtype** is not supported. Here is an example where I want to...

Type: Feature

Hi, I was trying to use this bundle with Symfony 6 but ended up with an error as soon as form filters were submitted. ``` Symfony\Component\HttpKernel\Exception\BadRequestHttpException: Input value "item_filter" contains...