Micael Levi L. Cavalcante

Results 443 comments of Micael Levi L. Cavalcante

what's wrong?

perhaps this will be fixed after releasing a new version of `@nestjs/platform-fastify` that has fastify v4.27 as a hard dep https://github.com/nestjs/nest/blob/aa7538ffbe8608c41ece2a035b872e5032f57763/packages/platform-fastify/package.json#L24

I just noticed something that would break due to that `ReadonlyArray`: ```ts const imports: ModuleMetadata['imports'] = []; imports.push(class {}) ``` because we can't invoke `.push` on readonly arrays and I...

> but in general it seems like pushing an item onto that array might cause some unintended side effects? I don't think so But I was talking about a valid...

I understand your frustration. Instead of locking issues we could simply unsubscribe from new notifications on them. This is what I've been doing so far. But I can't speak for...

Regarding that issue, I'd like to see your workaround for it in this issue: https://github.com/nestjs/docs.nestjs.com/issues/2823

@vtgn we use Discord for that. It is pretty big now. In the past others platforms were tried but none succeeded.

instead of installing `chai`, we can just drop line 3 and change those `to.equal` to `toEqual` https://github.com/nestjs/nest/blob/851b51f4e53309ec779ba8f86f70ff912811715e/sample/19-auth-jwt/e2e/app/app.e2e-spec.ts#L3

![image](https://github.com/nestjs/nest-cli/assets/13461315/da18fbb6-ef97-44bc-a6ae-2054221648e3) that is a transitive dependency it's used by `shelljs` so you should report this to https://github.com/shelljs/shelljs as they should upgrade `glob` to their latest version As long as you...

@tanayvaswani https://github.com/nestjs/nest-cli/issues/2609#issuecomment-2143424589