Aldo Sinanaj

Results 8 issues of Aldo Sinanaj

Hello, I am trying to use this nice library in some AWS lambda functions, but I am facing issues with bundling with both esbuild and webpack. Webpack is complaining with:...

enhancement
effort medium
released on @beta

Hello, the `componentSchemas` field in `OpenAPIRequestValidator` is declared as: ```typescript componentSchemas?: IJsonSchema[]; ``` **But** looking to the tests, you are always passing an object instead of an array. When I...

Hello, I am using `[email protected]` and `[email protected]`, but I cannot report an error for decode responses such as `Either`. This is an example where I want to use the report...

Hello, my question is whether it is possible to limit `yaml` formatting to just indentation and preserving empty lines. In other words if it's possible to avoid using `jackson` and...

question

**Describe the issue** mock-server client does not support TLS v1.3 **What you are trying to do** I have mock-server running behind a load balancer which allows only TLS v1.3 and...

I would like to have a logbook property where I can both disable servlet filters but also `LogbookExchangeFilterFunction`. Seems like `logbook.filter.enabled` property is only intended for servlet filter support as...

Feature

I would like to disable the creation of `jsonBodyFieldsFilter` from `LogbookAutoConfiguration` so I am able to create my own `BodyFilter` which allows for a more flexible obfuscation (such as partial...

Bug