KO
TTCTheo's Typesafe Cult
•Created by KO on 4/16/2024 in #questions
"Weird" characters are visible in VSCode Git Bash terminal output (like this: `←[90m` )
Why is it bad? I have been using it since I started to learn HTML, and it has been ok exp for me 🙂
11 replies
TTCTheo's Typesafe Cult
•Created by KO on 4/16/2024 in #questions
"Weird" characters are visible in VSCode Git Bash terminal output (like this: `←[90m` )
Font is unrelated to the issue at hand. It is the ascii characters that are misbehaving inside git bash, I think.
Because I changed the console font to 'Fira Code' or 'Consolas', it looks different (as it should based on installed font), but weird characters still persist inside git bash terminal.
11 replies
TTCTheo's Typesafe Cult
•Created by KO on 4/16/2024 in #questions
"Weird" characters are visible in VSCode Git Bash terminal output (like this: `←[90m` )
I do not want wsl or default terminal. Theo is using VSCode in his native OS, which is MacOS, right?
I want to do the same but for Windows to use git bash in VSCode
11 replies
TTCTheo's Typesafe Cult
•Created by Sr Izan on 1/13/2024 in #questions
how do I rate limit on nextjs api routes on app router?
Teo uses Upstash ratelimiter
https://youtu.be/YkOSUVzOAA4?t=5889
7 replies
TTCTheo's Typesafe Cult
•Created by KO on 1/13/2024 in #questions
Theo uses api.posts.getAll.useQuery() in T3 tutorial video, but T3 app only has .query() calls.
Yes, I selected 'App router' when creating the T3 app!
18 replies
TTCTheo's Typesafe Cult
•Created by LUNA on 1/10/2024 in #questions
Type error with Clerk, Just trying to use useUser()
For SSR use:
9 replies