Thiago Valentim
Thiago Valentim
Hey @kamilmysliwiec , could you review this too?
Hey, @B4nan , this is either some lousy mistake on my part or an important issue to fix - It looks like populating nested fields is making the wrong associations,...
@B4nan Hey again Martin, sorry for bothering you again with this, but that issue has been blocking a bit of our progress in a project here. Could you give us...
Alright, I'll work on it, thanks Martin!
Hey again, @B4nan! Here's the Repro: https://github.com/thiagomini/mikro-orm-repro And here's the test case: https://github.com/thiagomini/mikro-orm-repro/blob/f48a1d83f8ea9d13da0f0e6f54645a3c7533f2d4/src/mikro-orm.test.ts#L32C2-L32C2 So, apparently, the issue might indeed be with the NestJS package because the very same test here...
Hey @B4nan , could you help me out with this PR? I'm trying to run `yarn lint --fix` in the project but it does not fix it. I believe this...
Hey @B4nan , I appreciate the feedback, but even when I remove the `baseEntitySchema` from the registration process ([see test here](https://github.com/thiagomini/nest-mikro-orm-example/blob/bug/custom-base-entity/src/mikro-orm/mikro-orm-internal.module.spec.ts)) it still gives me the same error: ```MetadataError: Metadata...
Although [bru.runRequest](https://docs.usebruno.com/testing/script/javascript-reference#runrequest) works in the UI version, it still throws a `(bru.runRequest is not a function)` using the latest CLI version (1.38.3)
This is a much-needed feature to enhance logging / observability.
Hey guys, I ran into this problem and found a solution for my React + Vite app. **TL:DR**: Make sure to determine whether you are using a **controlled** or **uncontrolled**...