Jackie McDoniel

Results 231 comments of Jackie McDoniel

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).

Hard to say if this is related to Nest or to prisma's shutdown implementation that interfering with Nest's restart command. I might see if I have some time to dig...

For a nice reference, I extend the schematics in [`nest-commander`](https://github.com/jmcdo29/nest-commander/tree/main/packages/nest-commander-schematics) a bit to create `@Command()` classes

According to #164 and #163 I don't this will be merged in. I'll leave it up to Kamil, but I'll add my two cents that we see a lot of...

> @jmcdo29 what about using `logger.verbose` (or "debug") to log the cause of this error down to the console? I like the idea of printing this error in the logs...

Please use our [Discord](https://discord.gg/nestjs) channel (Support). We are using GitHub to track Bug Reports, Feature Requests, and Regressions.

> `jwtDriver: new NestJsJwtDriver(jwtCore)` Can I just say thank you for the re-write for this so we no longer have people complaining about having to "configure" the jwt secret twice?...

GraphQL Subscriptions, like general websockets, act a little bit differently. Can you get me a reproduction with subscriptions enabled and I can work on the documentation of how to make...

@aliabbasrizvi you'd need to find a reliable way to allow for writing headers of the websocket. The error [comes from around here](https://github.com/nestjs/throttler/blob/master/src/throttler.guard.ts#L85). If you can get a reproduction I can...

A 1.x upgrade is coming. Until then, [as our dependencies say](https://github.com/nestjs/axios/blob/master/package.json#L22), 0.27.2 should be used. [Renovate already created a PR for this as well](https://github.com/nestjs/axios/pull/572) and we'll have to fix up...