gaurav1998
Explore posts from serversKPCKevin Powell - Community
•Created by gaurav1998 on 7/3/2024 in #front-end
Why does this background image appear as 180px wide?
transform-origin: left
fixed it!
The problem was actually that I scaled the image by 2 first and then didn't like how it created horizontal scroll. Thus, to eliminate the horizontal scroll and bring the width down from 720px to 360px I applied a width of 50%.
I think the better approach for next time would be to use overflow-x-hidden for a wrapper to eliminate the horizontal scroll3 replies
PPrisma
•Created by gaurav1998 on 6/3/2024 in #help-and-questions
Field excluded when running prisma query to supabase
Wow. Fixed: just had to close and open vs code
6 replies
PPrisma
•Created by gaurav1998 on 6/3/2024 in #help-and-questions
Field excluded when running prisma query to supabase
I opened a ticket on github: https://github.com/prisma/prisma/issues/24390
6 replies
PPrisma
•Created by charley on 6/2/2024 in #help-and-questions
Why can't I access profile in user? (ORM) (Postgres)
@charley I am getting the same exact issue as well. Are you using supabase by any chance?
7 replies
PPrisma
•Created by gaurav1998 on 6/3/2024 in #help-and-questions
Field excluded when running prisma query to supabase
For more context, I have the following schema:
6 replies
PPrisma
•Created by gaurav1998 on 6/3/2024 in #help-and-questions
Field excluded when running prisma query to supabase
Interestingly enough, when I drop the example column and then push, and then run this:
I get the following:
Which means it's still expecting the example field. Why could that be?
6 replies
PPrisma
•Created by gaurav1998 on 5/29/2024 in #help-and-questions
npx prisma migrate dev --name init from tutorial not working
Hey @Nurul that solution works! So does this mean I won't be using the connection pooler?
8 replies
DTDrizzle Team
•Created by patrick on 5/23/2024 in #help
I made a change, yet generate says "No schema changes, nothing to migrate"
I get the same issue
4 replies