duszykf

Results 4 issues of duszykf

### Describe the bug An encoded url parameter looks decoded by WireMock server. My code sends a request like : `POST http://localhost:4200/api/file%3Atest.pdf ` to Wiremock proxy server. The url is...

bug

The Select lock file button (or context menu on the lock file) doesn't read the lock file if the property 'descriptionLocation' is a relative path. like '..\\api.yaml' Would be nice...

type:bug
vscode-extension

I get a warning: 'Data and type mismatch found.' with this response description: ``` yaml DiffCreatedEvent: description: 'diff index created type: object additionalProperties: false properties: updatedAt: { $ref: '#/components/schemas/Timestamp' }...

type:bug
priority:p2

Given this Open API spec: ```yaml openapi: 3.0.1 info: title: Authentication version: 1.0.0 paths: /authentication/v2/token: post: summary: token operationId: fetchtoken requestBody: content: application/x-www-form-urlencoded: schema: oneOf: - $ref: '#/components/schemas/threeLeggedRequestBody' - $ref:...