Yash Mittal
Yash Mittal
Since the API is built using typescript, hence using [zod](https://github.com/colinhacks/zod) to enforce better types especially for type checking he results of API calls might be a good idea.
## Description Having first class support for [sourcehut](https://sourcehut.org/) might be a good addition to the app.
currently nestjs errors out with libraries that are shipped as pure ESM modules, we need to figure out a bundler setup which does not error out with such packages and...
## Description The `ResponseTimeInterceptor` in stencil currently depends on creating the `response-times.json` dashboard JSON file locally on disk, this is a seriously flawed way to do things and this implementation...
## Description Request blocking based on the geolocation of the client is a common use case that we encounter. A general interceptor ships with stencil with this functionality might prove...
## Description We use a custom logger implementation based on [winston](https://github.com/winstonjs/winston) for pipeing logs to different services like axiom, ELK Stack. A general interceptor ships with stencil with this functionality...
## Description Goal is to setup a `serve-static` controller/API inside the stencil app that acts as a reverse proxy for the `min.io` CDN without needing to expose the CDN externally....
### Description Currently, when creating a new project using `stencil new`, separate containers are spun up for each service, such as Redis and Postgres. To streamline resource utilization and simplify...
### Description Currently, PDF generation lacks the prominence and integration within Stencil that other features, like file upload, possess. This issue emphasizes the need to elevate PDF generation to a...