Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / ts-rest/ts-rest issues and pull requests
#716 - @ts-rest/express: Middleware type inference is not type safe
Issue -
State: open - Opened by mlev 3 days ago
Labels: bug, needs investigation
#715 - `@ts-rest/express`: Add support for Express 5
Issue -
State: open - Opened by aweebit 6 days ago
Labels: enhancement
#714 - Add export to AppRouteImplementation on @ts-rest/fastify
Pull Request -
State: closed - Opened by 0x5ca1ab1e 6 days ago
- 3 comments
#713 - fix: AppRouteDeleteNoBody should resolve to AppRouteQueryImplementation type
Pull Request -
State: open - Opened by AndrewJo 7 days ago
- 3 comments
#712 - `@ts-rest/express` optional body in DELETE endpoint (`AppRouteDeleteNoBody`) causes type errors in route handlers
Issue -
State: open - Opened by AndrewJo 7 days ago
- 1 comment
Labels: bug, needs investigation
#711 - Vue Query v5
Pull Request -
State: open - Opened by fruchtzwerg 19 days ago
- 4 comments
#710 - feat: Enable access to TPlatformArgs in the serverless errorHandler
Pull Request -
State: open - Opened by samdravitzki 24 days ago
- 3 comments
#709 - Fix: Handle ContractOtherResponse type when generating OpenAPI
Pull Request -
State: open - Opened by ryo-kam 29 days ago
- 3 comments
#708 - [fix/docs]: Grammar update v5-setup.mdx
Pull Request -
State: open - Opened by HunterSides about 1 month ago
- 3 comments
#707 - Force Client Response Status To Be 200 (And Body Defined)
Issue -
State: open - Opened by bestickley about 1 month ago
- 2 comments
Labels: enhancement
#706 - Conditional Return Type Based on Params To Include DB Relations
Issue -
State: open - Opened by bestickley about 1 month ago
- 2 comments
Labels: enhancement
#705 - Add `rawBody` option to disable body parsing on server
Issue -
State: open - Opened by nickgarlis about 1 month ago
- 1 comment
Labels: enhancement
#704 - fix(core): Replace optional path params in request URL
Pull Request -
State: open - Opened by mgnsk about 1 month ago
- 3 comments
#703 - useMutation onSuccess context argument unknown
Issue -
State: open - Opened by JarvisH about 2 months ago
- 1 comment
Labels: bug, needs investigation
#702 - feat: use fastify v5
Pull Request -
State: open - Opened by vafanassieff about 2 months ago
- 3 comments
#701 - Cannot get basic ts-rest + express example working ):
Issue -
State: open - Opened by lanternlogic about 2 months ago
- 1 comment
Labels: bug, needs investigation
#700 - Add Koa adapter
Pull Request -
State: open - Opened by RDO34 about 2 months ago
- 3 comments
#699 - Expose `body` as `data` instead (at least for react and tanstack).
Issue -
State: open - Opened by kristian-nst about 2 months ago
Labels: enhancement
#698 - coercion of pathParams not only in handler, but in middleware.
Issue -
State: open - Opened by mesterum 2 months ago
- 1 comment
Labels: bug, needs investigation
#697 - Query params doesn't work with Next.js app
Issue -
State: open - Opened by ruppysuppy 2 months ago
Labels: bug, needs investigation
#696 - SyntaxError: Unexpected end of JSON input when using `c.noBody()`
Issue -
State: open - Opened by bestickley 2 months ago
Labels: bug, needs investigation
#695 - Zod is not an optional dependency
Issue -
State: open - Opened by ukstv 2 months ago
Labels: bug, needs investigation
#694 - feat(client): add response format options
Pull Request -
State: open - Opened by aidant 2 months ago
- 3 comments
#693 - fix(open-api): support generating other response in schema
Pull Request -
State: open - Opened by aidant 2 months ago
- 3 comments
#692 - library openapi3-ts conflicts with @anatine/[email protected]
Issue -
State: open - Opened by MatrickPF21 2 months ago
Labels: bug, needs investigation
#691 - chore: reorganize repo and add better examples
Pull Request -
State: open - Opened by Gabrola 2 months ago
- 6 comments
#690 - Validation for multipart/form-data failed to pass on both api route and route handler of Next.js
Issue -
State: open - Opened by QzCurious 2 months ago
Labels: bug, needs investigation
#689 - [react-query] integrate `queryOptions` in tsr/react-query
Issue -
State: open - Opened by FranciscoKloganB 3 months ago
- 6 comments
Labels: enhancement
#688 - Generate openapi requestBody required attribute
Pull Request -
State: open - Opened by dv-thibeauv 3 months ago
- 9 comments
#687 - docs: fix spelling in nx.md
Pull Request -
State: closed - Opened by mjarraya 3 months ago
- 4 comments
#686 - fix(serverless): fix broken response handling for itty-router >= 5.0.17
Pull Request -
State: closed - Opened by Gabrola 3 months ago
- 4 comments
#685 - update react query v5 folder name from file to fix ambiguity in react native import
Pull Request -
State: closed - Opened by LeulAria 3 months ago
- 4 comments
#684 - release: v3.51.0
Pull Request -
State: closed - Opened by github-actions[bot] 3 months ago
- 3 comments
#683 - feat(react-query): add `skipToken` functionality
Pull Request -
State: closed - Opened by Gabrola 3 months ago
- 6 comments
#682 - Error: type instantiation is excessively deep and possibly infinite
Issue -
State: closed - Opened by sebpowell 3 months ago
- 1 comment
Labels: bug, needs investigation
#681 - fix(serverless): update utils to be compatible with node runtime
Pull Request -
State: closed - Opened by lukeggchapman 3 months ago
- 7 comments
#680 - Swagger UI display twice sub-sub-contract routes
Issue -
State: closed - Opened by VictorienDruon 3 months ago
- 3 comments
#679 - Body cannot be marked as required in generated OpenAPI specification
Issue -
State: open - Opened by dv-thibeauv 3 months ago
- 1 comment
Labels: bug, needs investigation
#678 - @ts-rest/serverless: createLambdaHandler throws "FileReader is not defined"
Issue -
State: closed - Opened by lukeggchapman 3 months ago
Labels: bug, needs investigation
#677 - req.query not being parsed
Issue -
State: closed - Opened by maximilianschmitt 3 months ago
- 2 comments
Labels: bug, needs investigation
#676 - @ts-rest/openapi: cannot set description in headers
Issue -
State: open - Opened by InfiniteXyy 3 months ago
Labels: bug, needs investigation
#675 - Unable to set access token in header with React Query client
Issue -
State: closed - Opened by namukang 3 months ago
- 3 comments
Labels: enhancement
#674 - fix(serverless): revert breaking change from v3.47.0
Pull Request -
State: closed - Opened by Gabrola 3 months ago
- 4 comments
#673 - release: v3.50.0
Pull Request -
State: closed - Opened by github-actions[bot] 3 months ago
- 3 comments
#672 - feat(core): do not require body for DELETE endpoints in contracts
Pull Request -
State: closed - Opened by Gabrola 3 months ago
- 4 comments
#671 - release: v3.49.4
Pull Request -
State: closed - Opened by github-actions[bot] 3 months ago
- 3 comments
#670 - fix(core): fix broken types in node + ts 5.5 when `lib.dom` is not included
Pull Request -
State: closed - Opened by Gabrola 3 months ago
- 4 comments
#669 - `@ts-rest/core` body should be optional for DELETE endpoints
Issue -
State: closed - Opened by rkreienbuehl 3 months ago
- 1 comment
Labels: enhancement
#668 - Unable to extend request object in `tsr.router`
Issue -
State: closed - Opened by namukang 3 months ago
- 2 comments
Labels: bug
#667 - fix: add OPTIONS export to nextjs app router example
Pull Request -
State: closed - Opened by tefkah 3 months ago
- 5 comments
#666 - Next getMetadata query example update
Pull Request -
State: open - Opened by shawnmclean 3 months ago
- 5 comments
#665 - String attributes are wrapped in double quotes when using content-type multipart/form-data
Issue -
State: closed - Opened by VictorienDruon 3 months ago
- 2 comments
Labels: bug
#664 - React Query V5 throws error in expo
Issue -
State: closed - Opened by shawnmclean 3 months ago
- 3 comments
Labels: bug, needs investigation
#663 - docs: fix and move fastify openapi docs
Pull Request -
State: closed - Opened by Gabrola 3 months ago
- 4 comments
#662 - release: v3.49.3
Pull Request -
State: closed - Opened by github-actions[bot] 3 months ago
- 3 comments
#661 - fix(core): fix types for TS 5.5 and no `dom` in tsconfig libs
Pull Request -
State: closed - Opened by Gabrola 3 months ago
- 4 comments
#660 - fix(core): don't include core package as peerDep of itself
Pull Request -
State: closed - Opened by Gabrola 3 months ago
- 4 comments
#659 - feat(fastify): move validation into a validatorCompiler and a serializerCompiler
Pull Request -
State: closed - Opened by rkreienbuehl 4 months ago
- 5 comments
#658 - Better package name
Issue -
State: closed - Opened by fortezhuo 4 months ago
- 1 comment
Labels: enhancement
#657 - release: v3.49.2
Pull Request -
State: closed - Opened by github-actions[bot] 4 months ago
- 3 comments
#656 - chore(build): patch @nx:rollup instead of cleaning up after it builds
Pull Request -
State: closed - Opened by Gabrola 4 months ago
- 4 comments
#655 - Wrong file extension for router.esm and types.esm
Issue -
State: closed - Opened by bordeo 4 months ago
- 1 comment
Labels: bug, needs investigation
#654 - Add transformers to integrate with serialization libraries such as superjson, devalue, etc.
Issue -
State: open - Opened by jpgilchrist 4 months ago
- 7 comments
Labels: enhancement
#653 - release: v3.49.1
Pull Request -
State: closed - Opened by github-actions[bot] 4 months ago
- 3 comments
#652 - chore(build): better packaging of libraries
Pull Request -
State: closed - Opened by Gabrola 4 months ago
- 4 comments
#651 - release: v3.49.0
Pull Request -
State: closed - Opened by github-actions[bot] 4 months ago
- 3 comments
#650 - release: v3.49.0
Pull Request -
State: closed - Opened by github-actions[bot] 4 months ago
- 3 comments
#649 - docs: fix custom http client examples
Pull Request -
State: closed - Opened by TotallyBiased 4 months ago
- 4 comments
#648 - Docs: Swagger -> tell us what the default route is
Issue -
State: closed - Opened by gregg-cbs 4 months ago
- 1 comment
Labels: enhancement
#647 - fetch client endpoints are typed as `any` on Typescript `5.5.x`
Issue -
State: closed - Opened by guillaume-docquier-vention 4 months ago
- 20 comments
Labels: bug, needs investigation
#646 - release: v3.48.1
Pull Request -
State: closed - Opened by github-actions[bot] 4 months ago
- 2 comments
#646 - release: v3.48.1
Pull Request -
State: closed - Opened by github-actions[bot] 4 months ago
- 2 comments
#646 - release: v3.48.1
Pull Request -
State: closed - Opened by github-actions[bot] 4 months ago
- 2 comments
#646 - release: v3.48.1
Pull Request -
State: closed - Opened by github-actions[bot] 4 months ago
- 2 comments
#646 - release: v3.48.1
Pull Request -
State: closed - Opened by github-actions[bot] 4 months ago
- 2 comments
#645 - fix(fastify): use fastify logger for route initialization logs
Pull Request -
State: closed - Opened by Gabrola 4 months ago
- 4 comments
#645 - fix(fastify): use fastify logger for route initialization logs
Pull Request -
State: closed - Opened by Gabrola 4 months ago
- 4 comments
#645 - fix(fastify): use fastify logger for route initialization logs
Pull Request -
State: closed - Opened by Gabrola 4 months ago
- 4 comments
#645 - fix(fastify): use fastify logger for route initialization logs
Pull Request -
State: closed - Opened by Gabrola 4 months ago
- 4 comments
#645 - fix(fastify): use fastify logger for route initialization logs
Pull Request -
State: closed - Opened by Gabrola 4 months ago
- 4 comments
#644 - fix(core): fix merging of plain type headers
Pull Request -
State: closed - Opened by Gabrola 4 months ago
- 4 comments
#644 - fix(core): fix merging of plain type headers
Pull Request -
State: closed - Opened by Gabrola 4 months ago
- 4 comments
#644 - fix(core): fix merging of plain type headers
Pull Request -
State: closed - Opened by Gabrola 4 months ago
- 4 comments
#644 - fix(core): fix merging of plain type headers
Pull Request -
State: closed - Opened by Gabrola 4 months ago
- 4 comments
#644 - fix(core): fix merging of plain type headers
Pull Request -
State: closed - Opened by Gabrola 4 months ago
- 4 comments
#643 - release: v3.48.0
Pull Request -
State: closed - Opened by github-actions[bot] 4 months ago
- 3 comments
#643 - release: v3.48.0
Pull Request -
State: closed - Opened by github-actions[bot] 4 months ago
- 3 comments
#642 - feat(react-query): add `includeThrownErrorsInErrorType` option
Pull Request -
State: closed - Opened by Gabrola 4 months ago
- 4 comments
#642 - feat(react-query): add `includeThrownErrorsInErrorType` option
Pull Request -
State: closed - Opened by Gabrola 4 months ago
- 4 comments
#642 - feat(react-query): add `includeThrownErrorsInErrorType` option
Pull Request -
State: closed - Opened by Gabrola 4 months ago
- 4 comments
#641 - Call reply.send before return causes ERR_HTTP_HEADERS_SENT error
Issue -
State: closed - Opened by 5d-jh 4 months ago
- 1 comment
Labels: bug, needs investigation
#641 - Call reply.send before return causes ERR_HTTP_HEADERS_SENT error
Issue -
State: closed - Opened by 5d-jh 4 months ago
- 1 comment
Labels: bug, needs investigation
#641 - Call reply.send before return causes ERR_HTTP_HEADERS_SENT error
Issue -
State: closed - Opened by 5d-jh 4 months ago
- 4 comments
Labels: bug, needs investigation
#641 - Call reply.send before return causes ERR_HTTP_HEADERS_SENT error
Issue -
State: closed - Opened by 5d-jh 4 months ago
- 1 comment
Labels: bug, needs investigation
#641 - Call reply.send before return causes ERR_HTTP_HEADERS_SENT error
Issue -
State: closed - Opened by 5d-jh 4 months ago
- 1 comment
Labels: bug, needs investigation
#640 - release: v3.47.0
Pull Request -
State: closed - Opened by github-actions[bot] 4 months ago
- 2 comments
#639 - feat: create fluent router builder for serverless and optimize exported return types
Pull Request -
State: closed - Opened by Gabrola 4 months ago
- 5 comments
#638 - ts-rest is always failing validation when using contentType multipart/form-data
Issue -
State: closed - Opened by TarekGuesri 4 months ago
- 1 comment
Labels: bug, needs investigation
#637 - OpenAPI 3.1.0
Issue -
State: open - Opened by shawnmclean 4 months ago
- 3 comments
Labels: enhancement, needs investigation
#636 - @ts-rest/fastify move validation away from handler into the validation and serealization of fastify
Issue -
State: open - Opened by rkreienbuehl 4 months ago
- 3 comments
Labels: enhancement