Andrea Peverelli
Andrea Peverelli
TTCTheo's Typesafe Cult
Created by Swarley90 on 9/3/2023 in #questions
Can't run t3
When i see those Lines without do nothing with a framework/lib used by many, 9 times of 10 it's a not updated nodejs version. Btw my strongly advice Is to use Linux to prevent tons of those kind of errors
7 replies
TTCTheo's Typesafe Cult
Created by steffe on 9/4/2023 in #questions
Question about gradient backgrounds
Inspect the page?
8 replies
TTCTheo's Typesafe Cult
Created by Elite on 9/4/2023 in #questions
add on to the file object
Are u managing It with a form and formdata?
6 replies
TTCTheo's Typesafe Cult
Created by Kenny on 9/4/2023 in #questions
How do I pass a blob from frontend to backend api?
U've to manage a frontend form with file upload and install a parser on the backend to take that file as a prop of ur request handler, if i'm not wrong in the config of nextjs there's that option for the parser, if not u can use a lib or manage the request by hand
3 replies
TTCTheo's Typesafe Cult
Created by Lumberjack on 9/2/2023 in #questions
C first or C++
c++ is a consequence u have to know c
44 replies
TTCTheo's Typesafe Cult
Created by Lumberjack on 9/2/2023 in #questions
C first or C++
c
44 replies
TTCTheo's Typesafe Cult
Created by MrGreyKnight on 9/2/2023 in #questions
VSCode TS Server and typescript compiler giving different results with prisma
and tsconfig
4 replies
TTCTheo's Typesafe Cult
Created by MrGreyKnight on 9/2/2023 in #questions
VSCode TS Server and typescript compiler giving different results with prisma
package.json?
4 replies
TTCTheo's Typesafe Cult
Created by MrGreyKnight on 9/2/2023 in #questions
VSCode TS Server and typescript compiler giving different results with prisma
i think that if it happens on build is worst than in vs code, maybe some @types not updated correctly?
4 replies
TTCTheo's Typesafe Cult
Created by Lopen on 9/1/2023 in #questions
should i use a pool or connection in mysql
you have to use pools to maximize ur thread connections, when they're ended u simply release the connections https://blog.devgenius.io/nodejs-how-to-close-your-mysql-connections-and-why-a7cc7287132b
26 replies