Jackie McDoniel
Jackie McDoniel
I've got a PR for v6 ready, if you want to set this to the `Map` return and add a changeset with the breaking changes explained I'll get them released...
Please provide a [minimum reproduction repository](https://minimum-reproduction.wtf/) (Git repository/[StackBlitz](https://stackblitz.com/fork/github/nestjs/typescript-starter)/[CodeSandbox](https://codesandbox.io/s/github/nestjs/typescript-starter/tree/master) project). ## [why reproductions are required](https://antfu.me/posts/why-reproductions-are-required)
I had to modify your reproduction significantly to even get it to install, compile, and start, and now I'm not sure how you expect us to test the gateway injection....
@SystemDisc can you resolve the conflicts and add a changeset by following `pnpm changeset`? This should be a `patch`. With that, I'll get this merged and released
Apologies for the delay in response. So funny enough, it's turned off so that it can be set to `false` inside of the `CommandFactory`. I'm guessing I may have forgotten...
Can you provide a reproduction of this happening? I'm not seeing it do that in the tests of the repository
Could somebody provide a repository with this bug, not just the streets above but something I could just clone and start playing with, and I'll try to see if I...
[This line seems suspicious to me.](https://github.com/mikro-orm/nestjs/blob/master/src/mikro-orm-core.module.ts#L100) if someone sets up a `useFactory` in the async registration that has a value pissed to it, like the `ConfigServive`, but it's called directly...
I think you could probably create the entity manager as a provider so that the options can be injected into a factory for it. Would require a bit of re-work,...
@B4nan question: if knex or mongo entity managers are available, should they override the original MikroORM entity manager? Also, is there anywhere you would prefer to have brief conversation about...