keii
keii
Explore posts from servers
PPrisma
Created by keii on 5/1/2024 in #help-and-questions
Reason why relation is giving an error when id is provided
some wierd artifact i removed node_modules and prisma generated and it fixed it
4 replies
PPrisma
Created by keii on 4/8/2024 in #help-and-questions
Wierd type error with prisma codegen
bump
4 replies
PPrisma
Created by keii on 4/8/2024 in #help-and-questions
Wierd type error with prisma codegen
bmp
4 replies
PPrisma
Created by khris on 4/8/2024 in #help-and-questions
i want a field to be an array in my mysql schema
its relational so you want to do a separate image table
model ProductImage {
id Int @id @default(autoincremenet())
productId Int
imageUrl String
...CreatedAt UpdatedAt
}
model ProductImage {
id Int @id @default(autoincremenet())
productId Int
imageUrl String
...CreatedAt UpdatedAt
}
Read up on relational models and relationships like one to many relationships you'll learn alot
4 replies
PPrisma
Created by keii on 4/6/2024 in #help-and-questions
Turbo setup with prisma and pnpm
?
2 replies
VVALORANT
Created by keii on 2/17/2024 in #community-help
Can't go into account settings on playvalorant.com
Wierd but it works so im happy
48 replies
VVALORANT
Created by keii on 2/17/2024 in #community-help
Can't go into account settings on playvalorant.com
Update: I tried to login with google and it logged me into my account but apparently it still had an old league account linked. I needed to login with the old league account through username and password. Apparently gmail login account settings don't work if you already have a linked league account to the same email.
48 replies
VVALORANT
Created by keii on 2/17/2024 in #community-help
Can't go into account settings on playvalorant.com
ive sent a support ticket ill reply if i get a helpful response
48 replies
VVALORANT
Created by keii on 2/17/2024 in #community-help
Can't go into account settings on playvalorant.com
nop
48 replies
VVALORANT
Created by keii on 2/17/2024 in #community-help
Can't go into account settings on playvalorant.com
bump
48 replies
CC#
Created by keii on 8/8/2023 in #help
Do static classes leak memory?
yup i'll check it out probably easier ty for the advice
28 replies
CC#
Created by keii on 8/8/2023 in #help
Do static classes leak memory?
It would require someone to understand the code base which i don't really see anyone having the time to do to be frank
28 replies
CC#
Created by keii on 8/8/2023 in #help
Do static classes leak memory?
Yeah i have the code public on github but i don't i can't really share one part of the code since every part calls to another in most cases
28 replies
CC#
Created by keii on 8/8/2023 in #help
Do static classes leak memory?
would there be any recommendation to fix this or is it a case by case basis?
28 replies
CC#
Created by keii on 8/8/2023 in #help
Do static classes leak memory?
My code relies on a list clearing also clearing memory
28 replies
CC#
Created by keii on 8/8/2023 in #help
Do static classes leak memory?
Yeah i 100% thought it was a ref count
28 replies