tsoa icon indicating copy to clipboard operation
tsoa copied to clipboard

Build OpenAPI-compliant REST APIs using TypeScript and Node

Results 167 tsoa issues
Sort by recently updated
recently updated
newest added

## Sorting - **I'm submitting a ...** - [ ] bug report - [ ] feature request - [x] support request - I confirm that I - [X] used the...

enhancement
help wanted

### All Submissions: - [x] Have you followed the guidelines in our [Contributing](https://github.com/lukeautry/tsoa/tree/master/docs/CONTRIBUTING.md) document? - [x] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/lukeautry/tsoa/pulls) for the same...

### All Submissions: - [x] Have you followed the guidelines in our [Contributing](https://github.com/lukeautry/tsoa/tree/master/docs/CONTRIBUTING.md) document? - [x] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/lukeautry/tsoa/pulls) for the same...

Stale

- **I'm submitting a ...** - [ ] bug report - [X] feature request - [ ] support request Ran into this issue that was warned about on docs: ![image](https://user-images.githubusercontent.com/47358379/177176693-5262b48f-551a-40f6-8df0-134e48502d9e.png)...

https://github.com/lukeautry/tsoa/issues/961 According to this ticket, `tsoa` doesn't rely on the `emitDecoratorMetadata` TS option. That seemed correct at the time of writing, but sadly appears to no longer be true: https://github.com/lukeautry/tsoa/blob/acdfeb4d398fa7416dd10e251029d9e109c216d3/packages/runtime/src/decorators/middlewares.ts#L41...

How would I connect TSOA controllers to Fastify? Does anyone have an example?

help wanted

When using a Zod validator and then passing it to TSOA, it throws this error: ` Error: No matching model found for referenced type infer.` Types File ``` export const...

enhancement
help wanted

## Sorting - **I'm submitting a ...** - [x] bug report - [ ] feature request - [ ] support request - I confirm that I - [x] used the...

bug
help wanted

I would like to do this in a controller file: ```ts export interface User { name: string } ``` And have it output in the `swagger.json` file under `components.schemas`. Is...

When using a utility type [here](https://www.typescriptlang.org/docs/handbook/utility-types.html), for example Omit, if the array parameter breaks into multiple lines TSOA hangs indefinitely ## Sorting - **I'm submitting a ...** - [X] bug...

bug
help wanted