codefork
codefork
Explore posts from servers
TTCTheo's Typesafe Cult
Created by codefork on 11/30/2023 in #questions
publishing an RSC Library $100 bounty
I'm creating a small realtime react component/hooks library. Currently having trouble publishing a library with both client components and server components. Anyone who can assist with figuring out a bug I have will get paid $100 via cashapp or paypal. I believe the issue has to do with vite/rollup bundling. The lib works on the dev server but not after publishing.
2 replies
TtRPC
Created by codefork on 10/26/2023 in #❓-help
How do you set headers or cookies in procedure ?
Having trouble figuring out how to set headers within a procedure in Next 13.
2 replies
TTCTheo's Typesafe Cult
Created by codefork on 10/17/2023 in #questions
Having trouble with server actions
Is anyone available to join me on a 15min vc to help me troubleshoot server actions? I swear I had it working then all of a sudden derrp its broken.
3 replies
DTDrizzle Team
Created by codefork on 10/14/2023 in #help
SSL/TLS error when running push:mysql with planetscale
No description
2 replies
DTDrizzle Team
Created by codefork on 10/3/2023 in #help
Default now time for sqlite?
Does anyone know how to set default now time for sqlite-core orm? Thank you!
5 replies
DTDrizzle Team
Created by codefork on 8/21/2023 in #help
select count(*) returns a string not a number? mysql
No description
4 replies
DTDrizzle Team
Created by codefork on 8/18/2023 in #help
Get total row count in select
No description
7 replies
DTDrizzle Team
Created by codefork on 8/18/2023 in #help
Error running npx drizzle-kit push:mysql
No description
7 replies
TTCTheo's Typesafe Cult
Created by codefork on 4/18/2023 in #questions
'use client' directive throws error
6 replies
TTCTheo's Typesafe Cult
Created by codefork on 1/23/2023 in #questions
nvim lsp tsserver taking forever to initialize
2 replies
TTCTheo's Typesafe Cult
Created by codefork on 1/21/2023 in #questions
Neovim initial setup help?
I'm new to neovim and trying to configure my setup for t3 stack web development. Any help would be great.
19 replies
TTCTheo's Typesafe Cult
Created by codefork on 1/18/2023 in #questions
React: Passing value to prop callback ?
I want to pass a value to my props call back function Example: <input onChange={(e) => console.log(e.target.value) /> The input onChange prop exposes the event to our callback. How do I accomplish this in my own component?
23 replies
TTCTheo's Typesafe Cult
Created by codefork on 1/12/2023 in #questions
Updating State does not rerender when calling a method on my class
I am setting a state with new FileSystem() After calling the createDirectory method which adds a new child directory to the current directory of the file system object it does not rerender the component. const [fs, setFS] = useState<FileSystem>(new FileSystem()); useEffect(() => { fs.createDirectory("first dir"); setFS(() => fs); }, []);
7 replies
TTCTheo's Typesafe Cult
Created by codefork on 12/30/2022 in #questions
Await tRPC Mutation response
Can you await a trpc mutation response? For instance onClick fire a async function handler and await the trpc.user.create.mutation()
4 replies
TTCTheo's Typesafe Cult
Created by codefork on 12/29/2022 in #questions
Pusher | More connections than expected
The pusher dashboard says I have 400 connections with only 2 instances of the app open! I must be doing something wrong... looking for help 🙂
6 replies
TTCTheo's Typesafe Cult
Created by codefork on 12/25/2022 in #questions
Does any one know how to await trpc queries?
I want to fetch data in getServerSideProps using trpc. Can you await results?
3 replies
TTCTheo's Typesafe Cult
Created by codefork on 10/4/2022 in #questions
Can anyone jump on call to help with dnd-kit will pay for tutor $100 for the hour
dragging a card to another list
3 replies
TTCTheo's Typesafe Cult
Created by codefork on 10/3/2022 in #questions
Attempting to switch from React-Beautiful-DnD to dnd-kit
2 replies