M. Rattner
M. Rattner
Not every pagination scheme is the same; it's definitely use-case specific. To me it doesn't seem appropriate to add this feature to tsoa unless it's based on an OpenAPI standard,...
The combination of `@param` and `@example` jsdoc tags already covers this use case, yes? As described in [this comment on #180](https://github.com/lukeautry/tsoa/issues/180#issuecomment-676725682)
Related feature request in [dynamodb-local](https://github.com/rynop/dynamodb-local/issues/39). I also added some notes about Java errors my team encountered recently when trying to run our tests; the problem is that the latest .jar...
We use Jest for writing all our test suites. (wasn't my decision :stuck_out_tongue:) Even though there is a [third-party Jest transformer](https://github.com/kulshekhar/ts-jest) that compiles Typescript code, we had quite a lot...
Having an option to use the Docker version would be a nice feature to have, and could help avoid problems like this one... --- In the last couple of days,...