Kova
Kova
Explore posts from servers
PPrisma
Created by Kova on 6/27/2024 in #help-and-questions
Unique index with nullable composite key?
Is it possible to create a unique composite key where one of the keys is nullable? I have a table where the record is unique if the foreign key is null or has a value but I can't do that in an upsert without Prisma requiring all the keys to have a value.
2 replies
SSolidJS
Created by Kova on 3/12/2024 in #support
SolidStart - Create T3 Equivalent
Is there any stack like create t3 app but for SolidStart? Also what component library y’all using?
9 replies
TtRPC
Created by Kova on 9/10/2023 in #❓-help
Error-Boundary and TRPC
Is there a nice way to catch errors from TRPC at a global level and bubble them into a simple alert component?
1 replies
TTCTheo's Typesafe Cult
Created by Kova on 8/31/2023 in #questions
When to use a server component vs a client component in NextJs?
When to use a server component vs a client component in NextJs?
3 replies
RRailway
Created by Kova on 6/19/2023 in #✋|help
MySQL database - Is it secure?
Hi, I was wondering if the MySQL database that I can deploy on Railway is actually locked down so that public access is unavailable? I want to ensure the connection is secure
4 replies
TTCTheo's Typesafe Cult
Created by Kova on 6/8/2023 in #questions
VSCode Debugging - Does Client Side debugger break points work?
So I've got server side debugging working in VSCode with breakpoints but I can't for the life of me get it to work for the frontend even when I'm opened using the VSCode Chrome extension. Does this just not work?
6 replies
TTCTheo's Typesafe Cult
Created by Kova on 6/1/2023 in #questions
Anyone have an exampe of two nextjs applications in a single repo?
Basically I want to have a website for the customer facing site and another for the admin portal to manage customers. I am planning on having it share Prisma schema.
6 replies
TTCTheo's Typesafe Cult
Created by Kova on 5/26/2023 in #questions
Anyone successfully used PWABuilder for a NextJS app with tRPC?
I'm working on an application and would like to create an app on the app stores for it. Problem is it's the create-t3-app stack and it will have notifications that I'd like to propagate.
2 replies
TTCTheo's Typesafe Cult
Created by Kova on 5/26/2023 in #questions
How can I do TRPC with next multiple zones
I'm wondering if anyone has had any luck with this https://github.com/vercel/next.js/tree/canary/examples/with-zones
8 replies
TTCTheo's Typesafe Cult
Created by Kova on 5/21/2023 in #questions
Mis-Used Promise ESLINT
Anyone know how to correct this without telling Eslint to ignore? <form // eslint-disable-next-line @typescript-eslint/no-misused-promises onSubmit={methods.handleSubmit(async (values) => { await mutation.mutateAsync(values); methods.reset(); })} className="space-y-2" > I can't tell the onSubmit that handleSubmit is void because then the validation doesn't take place.
6 replies
SSolidJS
Created by Kova on 4/27/2023 in #support
Importing use:form declaration for Felte
3 replies
TTCTheo's Typesafe Cult
Created by Kova on 4/11/2023 in #questions
Has anyone created a desktop application using the T3 stack?
I'd love to get some opinions on this. It would be pretty awesome if we could use RPC to perform the tasks of executing commands on the local system
8 replies
TTCTheo's Typesafe Cult
Created by Kova on 2/26/2023 in #questions
Deploy Strategy
What do you guys use for your deployment strategy? I bought a virtual private server and I'm trying to figure out the best way to deploy.. I'm leaning towards docker and GitHub actions with nginx
5 replies