notaphplover
notaphplover
Added Typescript definition file. Updated package.json in order to notify Typescript where the types of the module are.
Hi, I've been using this library for sending a coverage report from a dockerized build hosted in Travis-CI. At first I was unable to understand why coveralls.io builds had a...
### 🤔 What's the problem you're trying to solve? As developer I would love to dinamycally define profiles on cucumber es module configs. Actually, the only way to define profiles...
Hi, I'd like to know if there's any changelog in this repo, I'm interested in upgrading my dependencies and I rely on changelogs to know which breaking changes are addressed...
We currently use the `constructor` property to access the constructor of an instance. Our use cases allow this operation to be performed, but I think it has some cons we...
### Is there an existing issue that is already proposing this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe...
### Content & configuration Swagger/OpenAPI definition: ```yaml openapi: 3.1.0 info: title: One game API version: "1.0" servers: - url: http://127.0.0.1:8000 description: Local development server components: schemas: LoginAuthCreateQueryV2: $id: https://onegame.schemas/api/v2/auth/login-auth-create-query.json title:...
## Context: Boolean JSON schemas are `true` and `false`: - `true` passes the validation of any input. - `false` fails the validation of any input. Consider the specs as references:...
### 👓 What did you see? When creating a custom param definition, the transformer funcion does not received nested capturing groups. ### ✅ What did you expect to see? As...
Hi :), I've been using this framework for developing an API REST. The framework is simple and works fine, but I think that the serialization/deserialization process could be improved. The...