EnderTheNetrunner
TTCTheo's Typesafe Cult
•Created by soska4035 on 3/5/2025 in #questions
localize UploadDropzone
Is there no way of using an i18n library for this?
5 replies
TTCTheo's Typesafe Cult
•Created by TROGLO on 1/30/2025 in #questions
Best Practices for Managing High-Quality Product Images in a Catalog/E-commerce Website
Many websites use S3 buckets for their assets.
5 replies
TTCTheo's Typesafe Cult
•Created by TROGLO on 1/30/2025 in #questions
Best Practices for Managing High-Quality Product Images in a Catalog/E-commerce Website
You can do both, as many storage buckets have CDN capabilities. Just be aware of cost considerations and also integrations with your current tech stack.
5 replies
TTCTheo's Typesafe Cult
•Created by Michael on 1/21/2025 in #questions
Do you know any way to extract a DOM-Element from a website and according style definitions/classes?
Xpaths should allow you to grab the styling from the DOM element using wildcards and CSS classes, I think.
6 replies
TTCTheo's Typesafe Cult
•Created by Michael on 1/21/2025 in #questions
Do you know any way to extract a DOM-Element from a website and according style definitions/classes?
If you can get a consistent DOM structure, you might be able to use XPaths for this? Unless I'm misunderstanding.
6 replies
TTCTheo's Typesafe Cult
•Created by aintkaran on 1/11/2025 in #questions
EXA ai - T3 chat
Disregard, apparently they aren't!
4 replies
TTCTheo's Typesafe Cult
•Created by aintkaran on 1/11/2025 in #questions
EXA ai - T3 chat
From my understanding AI models are out of scope for the project? I could be wrong
4 replies
TTCTheo's Typesafe Cult
•Created by Amro_97 on 1/7/2025 in #questions
error when deploy next js full stack to vercel
Are you able to log out the specific error it has when getting to Mongo
7 replies
TTCTheo's Typesafe Cult
•Created by Teastorm on 1/8/2025 in #questions
Sorting Tailwind classes without `prettier-plugin-tailwindcss`
Honestly if you want sorted classes, I think this might be a matter of either sucking it up and installing the plugin or manually doing the work to sort things
5 replies
TTCTheo's Typesafe Cult
•Created by Teastorm on 1/8/2025 in #questions
Sorting Tailwind classes without `prettier-plugin-tailwindcss`
I know NextUI has the
cn
helper function, but I don't know if that sorts them.5 replies
TTCTheo's Typesafe Cult
•Created by Amro_97 on 1/7/2025 in #questions
error when deploy next js full stack to vercel
Uhhh where is this mongodb instance you're hosting it on?
7 replies
TTCTheo's Typesafe Cult
•Created by imnotreal on 1/2/2025 in #questions
Issues while initialising t3-turbo repo .
Update on this: The createClient issue was solved using the
?workaround=supabase-pooler.vercel
parameter in the POSTGRES_URL
, but now there are other errors, specifically in tRPC
4 replies
TTCTheo's Typesafe Cult
•Created by pedrocarlo on 1/3/2025 in #questions
Manage Stripe Prices and Products Saas
I have a database table with products and their price IDs along with any other metadata I might need. That's the way I've gone about it so far.
3 replies
TTCTheo's Typesafe Cult
•Created by Jaa9 Bravo on 1/3/2025 in #questions
Google drive as file storage
Thing about working with Google Drive is you kind of need to have that sign in if you want the folders to not be publically accessible. Unless of course you're exclusively using your own Drive folder, like the other commenter said?
(Sorry, I literally have no idea what your nickname says)
11 replies
TTCTheo's Typesafe Cult
•Created by Sandip on 1/3/2025 in #questions
Is it necessary to have backend to upload pdfs, in uploadthing ???
I completely missed that, whoops! Thanks @B1tWise
10 replies
TTCTheo's Typesafe Cult
•Created by Sandip on 1/3/2025 in #questions
Is it necessary to have backend to upload pdfs, in uploadthing ???
UploadThing is designed as an abstraction that leverages JS meta-frameworks. Unless you're willing to dig into the source code and figure out how to listen for those webhooks, simulate them locally, and also replicate the client-side code, you're probably better off just finagling S3.
10 replies