Elia "r1si" Baragiola

Results 9 comments of Elia "r1si" Baragiola

Ok, I 've found the problem, but I don't know how can I fix for all... in CMakeLists.txt file at line 22: ![image](https://user-images.githubusercontent.com/6353773/148567500-07cbbcac-36c7-4b25-9cd6-e2c9f59cf526.png) As you can see at n.1 will...

OK :D I have write a replace syntax to normalize path for all PCs 👍 from line 15 replace with this: ``` if(${REACT_NATIVE_VERSION} LESS 66) string(REPLACE "\\" "/" NORMALIZE_PATH ${NODE_MODULES_DIR})...

Yes, all paths in windows are with "\" not "/"

as UPDATE: On mysql Stats i have a lot of Aborted clients (about 17 k in some hours)

from mysql log here the problem (on localhost not remote connection) `2022-06-14 12:09:56 2802 [Warning] Aborted connection 2802 to db: 'DB_NAME' user: 'DB_USER' host: 'localhost' (Got an error reading communication...

@jkomyno Hi Alberto, do you have any specific tests to recommend ? so I can give you more information about the problem.

From further tests I conducted: The problem occurs mainly (I am not sure to say "only") if I launch a node script multiple times sharing the same prisma installation. Can...

Personally, I gave up using prisma because of this bug. Too unstable for enterprise use. I also don't understand why after months no one has considered this