KO
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 😉
pnpm db:push
> [email protected] db:push D:\projects\next\t3\t3gallery
> drizzle-kit push:pg

drizzle-kit: v0.20.14
drizzle-orm: v0.29.5

←[90mNo config path provided, using default path←[39m
←[90mReading config file 'D:\projects\next\t3\t3gallery\drizzle.config.ts'←[39m
[←[34mi←[39m] No changes detected
pnpm db:push
> [email protected] db:push D:\projects\next\t3\t3gallery
> drizzle-kit push:pg

drizzle-kit: v0.20.14
drizzle-orm: v0.29.5

←[90mNo config path provided, using default path←[39m
←[90mReading config file 'D:\projects\next\t3\t3gallery\drizzle.config.ts'←[39m
[←[34mi←[39m] No changes detected
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.
No description
18 replies