tero
tero
My build process generates html files from templates and generated files are stored to .tmp directory. Connect server is configured to serve files also from .tmp directory so file .tmp/index.html...
Would it be possible to support promises with es_extend's value? I would like to add related document count with a query like: ``` { es_extend: { commentCount: { es_type: 'integer',...
**Describe the bug** Moving parameters from operation level to path level causes Nimma error. **To Reproduce** 1. Take Petstore API specification as the base https://github.com/OpenAPITools/openapi-petstore/blob/master/src/main/resources/openapi.yaml 2. From/user/{username} path move path...