Marvin

Results 12 comments of Marvin

Same, anyone figured it out ?

I have found a workaround for this. I generate a random ID for each instance of the editor component and the performance issue disappears. ``` ``` ``` randomId = Math.floor(Math.random()...

I have the same problem. Any update?

I am having the exact same problem, running on angular 11 and latest angular-editor version

Seems like that is not possible.. unfortunately

I got exactly the same issue! Was about to report this issue and found yours. Very annoying since I use the draggable element as a chat window and all my...

> A temporary solution is also to do: > > ``` > const users = await User.find({ > where: { > status: Not(In([Status.EMAIL_UNCONFIRMED])) > } > }) > ``` This...

I have the same problem which seems to force me away from typeorm... any solution for this coming up soon? For upcoming projects I will try to use Prisma instead.

@Sikora00 no thats no the problem. Prisma leads to the same result in no time. Typeorm seems to create really huge queries which lead to a lot of computing when...