bockster6669
Explore posts from serversPPrisma
•Created by bockster6669 on 1/21/2025 in #help-and-questions
BLOB in prisma schema
thank you
6 replies
PPrisma
•Created by bockster6669 on 1/20/2025 in #help-and-questions
'ts-node' is not recognized
But this is the problem I am reporting, this is not going to work, because ts-node is not recognised as a command
9 replies
PPrisma
•Created by bockster6669 on 1/20/2025 in #help-and-questions
'ts-node' is not recognized
I fix the issue by placing npx before ts-node
9 replies
PPrisma
•Created by bockster6669 on 1/20/2025 in #help-and-questions
'ts-node' is not recognized
You mean, if I install ts-node globally?
9 replies
KPCKevin Powell - Community
•Created by bockster6669 on 1/12/2025 in #front-end
Hover effect
the only solution I can come with is to get the boundingBox of the text and set the button's size to this bouding box, but I hope there is a css way to do this
5 replies
KPCKevin Powell - Community
•Created by bockster6669 on 1/12/2025 in #front-end
Hover effect
good statement yes, but I am looking for a way of reviewing the icon on hover and changing the width of the button. Actually I have manage to do this type of style on my other button, which first shows icon and on hover it reviews its text, but I managed to did it, because I knew the width and height of my icon and I just set the width and height on my button to not be bigger than the icon initially, but I don't know how to make the same when firstly I want to show text and on hover the icon.
Example: Here is icon first and then button
5 replies
KPCKevin Powell - Community
•Created by bockster6669 on 12/16/2024 in #front-end
Grid auto column
I will try it later, thank you for the suggestion
4 replies
PPrisma
•Created by bockster6669 on 9/11/2024 in #help-and-questions
Search text with Prisma
hi, thank you, but can you help for this now? I am having strange problem, why when formattedQuery is
undefined
it doesn't finds any posts, but if I refer directly undefined
to search
then it finds all posts?
For example*
I can use
and this will work find, the posts will not be sorted by any mean
but I can not use
This will not work! I am getting error: 4 replies
PPrisma
•Created by bockster6669 on 9/3/2024 in #help-and-questions
Prisma Types
PostModel.findMany
return only Post[]
instead of Post[] & Tag: {name: string}
6 replies
PPrisma
•Created by bockster6669 on 9/3/2024 in #help-and-questions
Prisma Types
PostFindUniqueResult
is the correct type, but PostModel.findMany
doesnt return it6 replies
PPrisma
•Created by bockster6669 on 9/3/2024 in #help-and-questions
Prisma Types
same as this one and so on
6 replies
PPrisma
•Created by bockster6669 on 8/31/2024 in #help-and-questions
is there a `substring` method in prisma?
yea I know, this doens't fix the bigger network traffic
7 replies
PPrisma
•Created by bockster6669 on 8/31/2024 in #help-and-questions
is there a `substring` method in prisma?
I just want to take the first 50 characters of a sentance
7 replies
KPCKevin Powell - Community
•Created by bockster6669 on 7/26/2024 in #front-end
What Figma says
thank you
17 replies
KPCKevin Powell - Community
•Created by bockster6669 on 7/24/2024 in #front-end
How to make a child element fixed but in the same time relative
it starts glitching and the obeserver function is called hudrend times
43 replies
KPCKevin Powell - Community
•Created by bockster6669 on 7/24/2024 in #front-end
How to make a child element fixed but in the same time relative
43 replies
KPCKevin Powell - Community
•Created by bockster6669 on 7/24/2024 in #front-end
How to make a child element fixed but in the same time relative
also can you tell me how this should work, because if I make it
1
for example and it starts glitching43 replies