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` )
Hello, fellow theoists! I'm watching a new video from Theo, and have an issue after running
pnpm db:push
command inside VSCode "Git Bash" terminal, in Windows 10.
I see some "weird" characters inside of my console.
The issue does not exist in Command Prompt
terminal.
I think the problem related to how git bash
is interpreting something from this list:
- [ ] ASCII escape characters
- [ ] ASCII spacing characters
- [ ] color codes for console theme
1) What is this ←[90m
in the git bash
console?
2) How to remove ←[90m
from git bash
terminal output?
3) How to hide this ←[90m
, or how to make it invisible?
4) Can ←[90m
be replaced with space
?
5) I have never seen such characters before. Or at least I didn't notice them before, like never 😉
11 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.
18 replies