ethan
ethan
### Version 0.1.5 ### Platform Darwin My-Air.lan 22.0.0 Darwin Kernel Version 22.0.0: Tue Jun 28 20:48:02 PDT 2022; root:xnu-8792.0.134.131.2~1/RELEASE_ARM64_T8103 arm64 ### What steps will reproduce the bug? 1. Create a...
Rate-limiting and helmet middlewares would really be the cherries on top in terms of the built-in middleware. It would also be interesting if the rate-limiting middleware could natively support Redis...
I would like to use Quirrel, but I'm not using a JS Backend (I plan to use Go). I know you aren't working on Quirrel anymore, but a swagger doc...
I will be using Fastify for my internal and external API, so a native Fastify plugin would be great. I know that Quirrel is no longer being worked on, but...
In the Next.js package, there is a function which is `withMiddlewareAuth`. In the upcoming breaking changes to Next.js version 12.2, they completely alter how middleware works. I would just like...
Maybe let dropdowns not have to be for selecting an option, but rather for performing actions e.g. Edit, Archive, Delete, etc. This could also allow for an IconDropdown component that...
### Describe the feature you'd like to request The ability to merge routers that have different contexts into one client. For example a Fastify tRPC server + a Next.js tRPC...
Hono is an edge-first edge runtime specifically made to run anywhere. Hono has support for tRPC [through this middleware](https://github.com/honojs/middleware/tree/main/packages/trpc-server), as well as partial OpenAPI support through [this other middleware](https://github.com/honojs/middleware/blob/main/packages/zod-openapi/README.md). It...
Prisma has just started letting some users test out a version of Prisma compiled to WASM so that it can run on the edge. I've tested it myself and it...
### What is the problem this feature would solve? Right now if a Typebox enum is passed into the response field on a route it will just be shown as...