Matteo Costantini
Matteo Costantini
Hi, I've noticed that `allow_overflow_page_number` options works only for pages greater that `total_pages` while querying with a negative page or page 0 still yield the first page. If `allow_overflow_page_number` is...
Hi all! I've noticed that when calling an endpoint, the `UnderscoreParameters` applies the transformation only if the `Content-Type` header of the request is set to `application/vnd.api+json`, which makes sense in...
Hi, I've noticed that using `UnderscoreParameters` acts inconsistently with filters. For example, the following request: ``` http://localhost/api/comments?filter[userId]=123 ``` corresponds, in the controller, to the following params: ``` %{"filters" => %{"user_id"...
The jsonapi spec states that multiple filter values can be combined in a comma-separated list. For example: ``` GET /comments?filter[post]=1,2 HTTP/1.1 ``` However, I noticed that the library returns a...
There were some bugs in the generation of the fiscal code that failed validity checks in our codebase: - The rule for the three characters in name and surname is:...