Giacomo Venturini

Results 6 issues of Giacomo Venturini

I am running the following command to load multiple mock features: ```bash java -jar karate-1.4.0.jar \ --mocks=init/post-sample.feature,init/FileServerMock.feature \ -W \ -p 8100 ``` Unfortunately, when I change the content of...

enhancement
help wanted
hacktoberfest

##### Description When defining a query param with `type object`, `style: form` and `explode: true` the wrong invoker code is generated: ```java @ApiOperation(value = "", nickname = "getBooks", notes =...

##### Description Wrong server code is generated when using multiple content types for different http response codes: ```java @Validated @Api(value = "Default", description = "the Default API") public interface DefaultApi...

Travis [doc](https://docs.travis-ci.com/user/deployment/npm/) displays the following base config to deploy packages to npm: ```yml language: node_js node_js: - "12.13" deploy: provider: npm email: "YOUR_EMAIL_ADDRESS" api_key: "YOUR_AUTH_TOKEN" ``` However, the deploy step...

stale

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior When sending a GET request with a body the body is...

bug
need testing

I am opening this issue to track down the problem with file restore functionality that arises with docker compose based setup, so that it is not lost in the discussion...