Martin Adámek

Results 768 comments of Martin Adámek

I know it's broken with the `MikroORM` class, but it should work fine with `EntityManager` I think (there would be probably lots of people complaining). I don't think it's about...

I wasn't able to reproduce any problems with imports of driver-specific EM class (so if that's still happening to someone, complete repro welcome), #176 adds support for driver-specific MikroORM class...

Actually, I found one case where the EM support fails as well as its root cause. Should be addressed in v6.0.1 via a71c35418dc07e546f6060706cb38c3a0b1003aa.

> Will update the real-world example app to use driver-specific imports of everything once this is released. Done https://github.com/mikro-orm/nestjs-realworld-example-app/pull/111

That's probably a wontfix, at least with the current implementation (and I can't personally think of a better approach, although there is likely one more "nest di native"). See #184...

this one is probably relevant and also states a [workaround](https://github.com/rohit-gohri/redocusaurus/issues/215#issuecomment-1273469098) https://github.com/rohit-gohri/redocusaurus/issues/215

Closing as resolved by move to different openapi plugin

> I also updated git hooks to use local binaries of lint-staged and commitlint, because there's no point to have those installed globally (yarn can pick up both local and...

Ok good. So the PR as is should be good for 6.x release, no BCs, right? > Also, I found that preferTs option is not documented, It is mentioned [here](https://mikro-orm.io/docs/guide/project-setup#testing-the-endpoint)...