Pavle Prica

Results 7 comments of Pavle Prica

Solution that worked for me was to add: (In our case it's nest) ```json "overrides": { "@nestjs/platform-express": { "multer": "1.4.4-lts.1" } }, ``` to `package.json`. Though, it comes with a...

I think this issue should be closed :D

Hey team, is this still active? Would love to take it on if it's fine with you :)

It seems I somehow missed that the PR was already open 😳 Apologies. Though a good question of its status. Nuked my work by accident myself today as well. 😅

Hey @tulzke, Thank you for your response! But this doesn't seem like handling of generics by `gomock`? Perhaps I'm just not seeing the whole picture. But this is a "custom"...

Hey there @tra4less, I generally replicated the issue from the archived repository. I ran into it, while running into my own problem, which I presume might be related to the...

@barrettj12 it is a bit weird when switching because of the present `github.com/golang/mock` dependency. But Find+Replace with `github.com/golang/mock` -> `go.uber.org/mock/gomock` and mod tidy-ing should do the job