Natalia
Harsh Singh
07/06/2022, 4:58 PMhumblecoder
07/06/2022, 10:14 PMFailed to convert rust `String` into napi `string`
I realize this has to do with “underlying technologies”, (and yes, I should certainly be batching my queries ) but besides a couple of vaguely-related GH issues dealing with the Node
version, I’m not really seeing anything on it.
Any guidance/best practices on this besides “don’t run big queries”? 😆Aladin
07/07/2022, 2:09 AMAladin
07/07/2022, 2:12 AMWriteConflict
issues.spohl
07/07/2022, 6:06 AM▲ [WARNING] Comparison with -0 using the "===" operator will also match 0 [equals-negative-zero]
prisma/dist/runtime/index.js:17308:29:
17308 │ } else if (x === -0) {
╵ ~~
Floating-point equality is defined such that 0 and -0 are equal, so "x === -0" returns true for both 0 and -0. You need to use "<http://Object.is|Object.is>(x, -0)" instead to test for -0.
I dont know how to get rid of it,any suggestions?
Thank youuser
07/07/2022, 8:02 AMdockerlead
07/07/2022, 9:24 AMprismagraphql/prisma
manuel
07/07/2022, 9:28 AMapps/server
should get the client from packages/db
where prisma and the db runs. Any tutorials or hint's? Ideally with nexus and prisma-nexus. thanks! 🙂Kay Khan
07/07/2022, 12:56 PMLee
07/07/2022, 12:57 PMLee
07/07/2022, 1:03 PMNino Vrijman
07/07/2022, 1:05 PMinit
I get an error saying a Prisma 1 project was detected and the command is aborted 😕 Does anyone know how to work around this?M Adnan
07/07/2022, 6:56 PMLuan Rodrigues
07/07/2022, 8:38 PMSELECT SUM(p.amount * p.value) FROM products p WHERE p.id_tenant = 1;
Junyu Yang
07/08/2022, 6:53 AMJunyu Yang
07/08/2022, 6:53 AMJunyu Yang
07/08/2022, 6:54 AMJunyu Yang
07/08/2022, 6:54 AMJunyu Yang
07/08/2022, 6:54 AMAurora
07/08/2022, 7:58 AMuser
07/08/2022, 8:00 AMrenegoretzka
07/08/2022, 9:35 AMHalvor
07/08/2022, 11:05 AMHalvor
07/08/2022, 12:49 PMSlackbot
07/08/2022, 1:51 PMGeorge Amaro Sebastião Armando
07/08/2022, 4:27 PMGeorge Amaro Sebastião Armando
07/08/2022, 4:30 PMTom O'Neill
07/08/2022, 6:39 PMnpx prisma migrate dev
a little slower, so development is getting more painful over time. Is there a way to archive or combine old migrations, so that migrate
remains fast? Thank you!