Jackie McDoniel
Jackie McDoniel
> just in case: 9th version of NestJs is already here > #source https://trilon.io/blog/nestjs-9-is-now-available `@ogma/nestjs-module` and all of the `@ogma/platform*` packages already use NestJS 9
Please provide a [minimum reproduction repository](https://minimum-reproduction.wtf/) (Git repository/[StackBlitz](https://stackblitz.com/fork/github/nestjs/typescript-starter)/[CodeSandbox](https://codesandbox.io/s/github/nestjs/typescript-starter/tree/master) project).
> i think we need add more stronger typing ttl and limit on handle request, because they could be undefined Either that or set defaults that we know will be...
I'd like to not have to worry about the `handleRequest` method, so we'd ensure that there are defaults set by that time. Just want to make sure that what we...
I think rather than making this an option we pass in configuration it should be a method inside the guard that can be overwritten. Do you think you could update...
This seems rather straightforward. Would you like to create a PR for this?
If your next server has a specific user agent, you could ignore that [as described here](https://github.com/nestjs/throttler#ignoring-specific-user-agents), or if you want you can extend the [`ThrottlerGuard#handleRequest`](https://github.com/nestjs/throttler/blob/master/src/throttler.guard.ts#L59), make a check for the...
> serve-static seems to be broken (not working at all) with fastify... How so? I have a working example on my machine.
Did you ever figure this out? I'm having a problem with the same thing right now. **EDIT:** I was forgetting to add the path "views" to my file. To anyone...
Any chance that this could get reviewed and merged upstream to help out `phin` and `pactum`? Thanks