Micael Levi L. Cavalcante

Results 257 comments of Micael Levi L. Cavalcante

it's now too out-of-date to be added :/ ![image](https://github.com/nestjs/awesome-nestjs/assets/13461315/c96da608-f50c-4d21-a074-d2d6a285cc2e)

@clement-estone feel free to open a PR so we could see the final result

I believe that we can close this PR now as the other #2303 was merged

I guess we can close this now. See #2045

I've been facing the same error on GitHub even tho another repo of mine was working using the exact same setup and versions. Pretty weird. even using a Personal Access...

I didn't manage to reproduce your issue on my Ubuntu. Try it out: ```bash git clone [email protected]:tigawanna/nestjs_typeorm.git -b minimal-reproduction cd nestjs_typeorm/ npm install npm run start:swc ``` ![image](https://github.com/nestjs/nest/assets/13461315/42cd4f4d-2198-42b6-bc85-579306c432d6)

@tigawanna what if you don't use swc? perhaps that's something we cannot fix on our side

these new methods weren't introduced in axios v1.0.0, right? I think we need to bump the peer dependency on `axios` to force the newer version... but I'm not sure https://github.com/nestjs/axios/blob/8e0ecc4db271188f98ee09080269e27fcc0013ce/package.json#L47-L50