Danyil Moroz
Danyil Moroz
Digging deeper found out that such behaviour is because of this css ``` transform: translate3d(0px, 0px, 0px); ``` on this element ``` ...
Found temporary solution - use `raw: true` and `nest: true` in query. `raw: true` - will return plain object instead of Model instance, but there won't be nested objects for...
are there any updates?(
Update same situation is for IFormArray w/ formGroups in it (same example): ```ts interface IUser { name: string; hobbies: IFormArray; // Same incorrect behaviour for hobbies: IHobby[]; } @Compoent({ })...
Thanks for awesome lib guys. Just wanted to mention that ability to emit events on `softDelete` looks quite valuable and desired from my perspective too)
are there any updates?
it is possible to use async-hooks or cls-hooked or some other similar package for creating request scoped context. after that it is quite easy to use it in Transactional callback...
after dozens of different "hacks" i get to next - ORMs in JS r so inmature :( if orm is smth necessary - better to use typeorm instead of sequelize....
Hi! Are there any updates on this issue?
@miramo Thanks for you solution !) In my case it doesn't work until i changed this ```ts const validationMetadatas: ValidationMetadata[] = getFromContainer(MetadataStorage)[validationMetadatasKey]; ``` to this ```ts const validationMetadatas: ValidationMetadata[] =...