Martin Váňa
Martin Váňa
Hi, I came across a bug with filtering long texts with ArraySource. There is catastrophic backtracking when using `preg_match`. That is why I rewrote filtering using string matching functions. PS:...
Add support for changing paginator template path
Add support for changing paginator template path
A [prism docker image](https://hub.docker.com/r/stoplight/prism) does not correctly handle `SIGTERM` and `SIGKILL` signals. ## Current Behavior Following [your documentation](https://meta.stoplight.io/docs/prism/4bf78efbf9dd2-serving-multiple-open-api-documents) I start a container with prism ``` version: '3' services: prism_1: image:...
``` TypeError App\Model\Database\Entity\User::getLastLoggedAt(): Return value must be of type ?App\Model\Utils\DateTime, DateTime returned ```` Exactly the same works at https://github.com/contributte/webapp-skeleton/blob/master/app/model/Database/Entity/User.php I am missing what is different. How to reproduce: - Set...
Hi, I have trouble deserializing a datetime object from [request body](https://github.com/vanam/forest-project/commit/af72abf2585efa14ebafd578a80cc385d5f07d68). I added birthDate field to `CreateUserReqDto`. Should I deserialize it manually? In a [documentation](https://contributte.org/packages/apitte/core/mapping.html#requestbody) I found that DTOs should...
Generated OpenAPI definition is invalid. Ways to validate: - Call API at [validator.swagger.io](https://validator.swagger.io/) - Copy&paste to [editor.swagger.io](https://editor.swagger.io/)
Hi, I came across this project and wanted to give it a try using Gitpod. There are several issues with integration: 1) Wrong ruby version (3.3.1 -> 3.3.4). This has...