Traconis
TTCTheo's Typesafe Cult
•Created by Cyneric on 5/29/2024 in #questions
updating @auth/drizzle-adapter from 0.7.0 to 1.1.0
8 replies
TTCTheo's Typesafe Cult
•Created by Traconis on 5/7/2024 in #questions
Theo's tutorial
All good now, thanks!
16 replies
TTCTheo's Typesafe Cult
•Created by Traconis on 5/7/2024 in #questions
Theo's tutorial
Forgive me frustration but looks like a Windows-specific issue so yes I know I'm a noob trying to code on a Dell laptop 😄
16 replies
TTCTheo's Typesafe Cult
•Created by Traconis on 5/7/2024 in #questions
Theo's tutorial
Thanks for your contributions. After countless tries of fixing it by modifying settings (everywhere I could ie vscode, package etc.) I wiped the entire environment (aka near fresh Windows 11 re-install) and started from scratch. After reaching the same moment in tutorial when my code started to break down I found this discussion:
https://github.com/tailwindlabs/tailwindcss/discussions/5258
and by using logic from this post:
https://github.com/tailwindlabs/tailwindcss/discussions/5258#discussioncomment-6021754
I ended up added .vscode folder with settings.json and tailwind.json.
tailwind.json exactly as in the post but settings.json like:
{
"files.associations": {
"*.css": "tailwindcss"
}
}
16 replies
TTCTheo's Typesafe Cult
•Created by Traconis on 5/7/2024 in #questions
Theo's tutorial
sorry - the screenshoot was one of hundreds steps I taken so:
No I do not miss any closing tags
No file are exactly like in Theo's tutorial (.tsx where it should be)
And "not for beginners" make sense but isnt "from 0 to prod" means from zero? i.e. all dependancies explained, all user's specific "not obvious" things captured? He wasted time making an error with prefix but you classify the above as beginner? Sounds not professional @SG.dev ...
16 replies