Kamil Mysliwiec

Results 536 comments of Kamil Mysliwiec

I wonder if reverting this PR #11832 would fix your issue @eric-deeporigin Would you like to try applying an inline patch just to test it out locally? (open node_modules and...

We may introduce a breaking change in one of the next major releases instead of complicating the API even further. Upon importing a module, the framework would internally assign a...

> What we can also do is expose that hash algorithm and let the user change that implementation, and then they decide what they want to ignore during the hashing,...

> But if we are talking about providers, exports, etc... > > The two issues that were opened about slow startup were caused by: > > large/cyclic object > large...

Let's track this here https://github.com/nestjs/nest/pull/13336

Just fyi, in case you're blocked by this change you can always use `patch-package` to fix this up for your project.

While I understand the need for the `ParseDatePipe`, are we sure we want to add yet another pipe to the common package? Isn't this something that could be published as...

AFAIR there was a bug in v7 (or v8) that instead of awaiting the `eachMessage` callback (of kafkajs) we let the message be processed asynchronously which caused the incorrect behavior....

Who said you can't process two topics in parallel though?