Avinash
Avinash
Explore posts from servers
TTCTheo's Typesafe Cult
Created by sudhanshug on 11/4/2024 in #questions
[Expo + UT] Error when importing @uploadthing/expo
No description
38 replies
TTCTheo's Typesafe Cult
Created by sudhanshug on 11/4/2024 in #questions
[Expo + UT] Error when importing @uploadthing/expo
btw in installed the above canary version
38 replies
TTCTheo's Typesafe Cult
Created by sudhanshug on 11/4/2024 in #questions
[Expo + UT] Error when importing @uploadthing/expo
Hello, Im having the same issue TextDecode How to fix it?
38 replies
DTDrizzle Team
Created by Ixirsii on 8/7/2024 in #help
Drizzle TypeError: Cannot read properties of undefined (reading 'Symbol(drizzle:Name)')
No description
12 replies
KPCKevin Powell - Community
Created by Avinash on 4/29/2024 in #front-end
How do i acheive this in flexbox without creating two rows of div
https://codepen.io/avinash-tallapaneni/pen/oNOOoEq this is working but i placed it in center
9 replies
KPCKevin Powell - Community
Created by Avinash on 4/29/2024 in #front-end
How do i acheive this in flexbox without creating two rows of div
yes i tried with grid, created 6 colums and each box spanning 2coloumns, since im using tailwind and react this is getting confused really quick
9 replies
KPCKevin Powell - Community
Created by Avinash on 4/22/2024 in #front-end
How to remove whitespace when zoomed near scroll bar
Yeah.. i changed the body color and its working now :thanks:
5 replies
KPCKevin Powell - Community
Created by Avinash on 4/22/2024 in #front-end
How to remove whitespace when zoomed near scroll bar
if i try to inspect, then the whitespace is not available
5 replies
TTCTheo's Typesafe Cult
Created by BootesVoid on 3/16/2024 in #questions
Error: ENOENT: no such file or directory, stat 'C:\components.json'
i cant even run in local machine
8 replies
TTCTheo's Typesafe Cult
Created by BootesVoid on 3/16/2024 in #questions
Error: ENOENT: no such file or directory, stat 'C:\components.json'
did you fix the issue?
8 replies
TTCTheo's Typesafe Cult
Created by Avinash on 3/23/2024 in #questions
Uploadthing throws errors in nextjs 14 when withUt wrapped around tailwind configs.
found a solution in #uploadthing . installed uploadthing 6.5.2 instead of latest fix the issue 👍
3 replies
KPCKevin Powell - Community
Created by Avinash on 11/30/2023 in #front-end
is it possible to get the values from browser console and display the result in browser UI?
i wanted to know if that could be acheived cause we use window.addEventlistner , so i though browser console would be the same as input textbox
6 replies
KPCKevin Powell - Community
Created by Avinash on 11/21/2023 in #front-end
Unable to change SVG icons color in react
its working jollykevin
6 replies
KPCKevin Powell - Community
Created by Avinash on 11/21/2023 in #front-end
Unable to change SVG icons color in react
i used fill it wasnt working. if i paste svg , my code becomes even more messier.
6 replies
KPCKevin Powell - Community
Created by Avinash on 11/15/2023 in #front-end
Bootstrap forms not appending data in the url via get method
So I added the name attribute for input fields
7 replies
KPCKevin Powell - Community
Created by Avinash on 11/15/2023 in #front-end
Bootstrap forms not appending data in the url via get method
I found the issue. If we don't give the name attribute you will have this issue
7 replies
KPCKevin Powell - Community
Created by Avinash on 6/26/2023 in #front-end
rerender is adding fetch results again and again.
🤔
4 replies
KPCKevin Powell - Community
Created by Avinash on 6/26/2023 in #front-end
rerender is adding fetch results again and again.
useEffect(() => {
watchList?.map((list) => (
fetchWatchList(list)))
}, [watchList])
useEffect(() => {
watchList?.map((list) => (
fetchWatchList(list)))
}, [watchList])
this one will only trigger if ther is change in watchlist
4 replies
KPCKevin Powell - Community
Created by Avinash on 6/22/2023 in #front-end
Font size is scaled when scale is applied on hover
Yeah i did that. its working but buggy at times. Not going to bother too much
4 replies