Kostas Petrakis
Kostas Petrakis
Spectral wrongly raises an error when using "reserved" fields as properties ```yaml properties: enum: type: object description: An object whose properties are the only possible values of a functionality. ```...
**Describe the bug** I have a set of OAS split specifications while running studio and checking any of the OAS files I get different kinds of linting errors between the...
Adds support for form processing in Hoverfly. I recently encountered a case where I needed to parse form data for one of the virtual APIs. This became painful and required...
The template engine used by Hoverfly looks stale (Raymond) I would propose to consider porting [Pongo2](https://github.com/flosch/pongo2) as the template engine of choice. Pongo2 is active, has similar approach to Raymond...
Our API prefix is included in the server part of the OAS files to remove repetition from endpoints. It would be nice to support specifying the prefix while initializing the...
I have noticed that after modifying the structure and updating the configuration, sometimes `ls-lint` behaves weirdly. It looks related to caching (?) More specifically, the pipeline failed after updating my...
It would be nice to mention that when calling delete on Thumbnailer if you want to delete the Image entry in the DB you have to actually force save=False on...
I have been struggling to find a good and clean solution for the introduced ordered map structs. Maybe consider and support the [range-over-func](https://github.com/golang/go/issues/61405) experiment? It would remove the burden of...