Ryan Gillie
Ryan Gillie
Explore posts from servers
TtRPC
Created by Ryan Gillie on 3/26/2025 in #❓-help
How to forward headers (cookies) w/ Tanstack Start
After playing around some more, I was able to simplify it to
const getIncomingHeaders = createIsomorphicFn()
.client(() => ({}))
.server(() => getHeaders());

// ...

const trpcClient = createTRPCClient<TRPCRouter>({
links: [
httpBatchStreamLink({
headers: getIncomingHeaders(),
transformer: superjson,
url: getUrl(),
}),
],
});
const getIncomingHeaders = createIsomorphicFn()
.client(() => ({}))
.server(() => getHeaders());

// ...

const trpcClient = createTRPCClient<TRPCRouter>({
links: [
httpBatchStreamLink({
headers: getIncomingHeaders(),
transformer: superjson,
url: getUrl(),
}),
],
});
4 replies
DTDrizzle Team
Created by whatplan on 5/28/2023 in #help
in drizzle.config.ts: "Cannot use import statement outside a module"
those are words yes poohheh
9 replies
TTCTheo's Typesafe Cult
Created by Ryan Gillie on 6/3/2023 in #questions
GitHub Action Failing Type-Checks but Working Locally
hey, it's a @types/react problem, not next LMAO
54 replies
TTCTheo's Typesafe Cult
Created by Ryan Gillie on 6/3/2023 in #questions
GitHub Action Failing Type-Checks but Working Locally
but until that gets fixed
54 replies
TTCTheo's Typesafe Cult
Created by Ryan Gillie on 6/3/2023 in #questions
GitHub Action Failing Type-Checks but Working Locally
no idea why it's half working half not
54 replies
TTCTheo's Typesafe Cult
Created by Ryan Gillie on 6/3/2023 in #questions
GitHub Action Failing Type-Checks but Working Locally
glad we figured that out, thanks all
54 replies
TTCTheo's Typesafe Cult
Created by Ryan Gillie on 6/3/2023 in #questions
GitHub Action Failing Type-Checks but Working Locally
54 replies
TTCTheo's Typesafe Cult
Created by Ryan Gillie on 6/3/2023 in #questions
GitHub Action Failing Type-Checks but Working Locally
ah, so it's a problem with react-dom 18.2.8
54 replies
TTCTheo's Typesafe Cult
Created by Ryan Gillie on 6/3/2023 in #questions
GitHub Action Failing Type-Checks but Working Locally
breakthrough time
54 replies
TTCTheo's Typesafe Cult
Created by Ryan Gillie on 6/3/2023 in #questions
GitHub Action Failing Type-Checks but Working Locally
NO IDEA WHY
54 replies
TTCTheo's Typesafe Cult
Created by Ryan Gillie on 6/3/2023 in #questions
GitHub Action Failing Type-Checks but Working Locally
I JUST FRESH INSTALLED ON WINDOWS AND IT FAILED
54 replies
TTCTheo's Typesafe Cult
Created by Ryan Gillie on 6/3/2023 in #questions
GitHub Action Failing Type-Checks but Working Locally
WAIT
54 replies
TTCTheo's Typesafe Cult
Created by Ryan Gillie on 6/3/2023 in #questions
GitHub Action Failing Type-Checks but Working Locally
it's literally only github
54 replies
TTCTheo's Typesafe Cult
Created by Ryan Gillie on 6/3/2023 in #questions
GitHub Action Failing Type-Checks but Working Locally
I've pulled fresh on my windows desktop, mac laptop, and DO (ubuntu) droplet, installed, and ran the command and all 3 say no errors
54 replies
TTCTheo's Typesafe Cult
Created by Ryan Gillie on 6/3/2023 in #questions
GitHub Action Failing Type-Checks but Working Locally
def a github issue
54 replies
TTCTheo's Typesafe Cult
Created by Ryan Gillie on 6/3/2023 in #questions
GitHub Action Failing Type-Checks but Working Locally
I have no idea, this is so weird
54 replies
TTCTheo's Typesafe Cult
Created by Ryan Gillie on 6/3/2023 in #questions
GitHub Action Failing Type-Checks but Working Locally
yeah, inspecting my package.lock everything is right
54 replies
TTCTheo's Typesafe Cult
Created by Ryan Gillie on 6/3/2023 in #questions
GitHub Action Failing Type-Checks but Working Locally
types/react and types/react-dom are latest
54 replies
TTCTheo's Typesafe Cult
Created by Ryan Gillie on 6/3/2023 in #questions
GitHub Action Failing Type-Checks but Working Locally
and yeah always comitting my package-lock (or else npm ci would fail)
54 replies
TTCTheo's Typesafe Cult
Created by Ryan Gillie on 6/3/2023 in #questions
GitHub Action Failing Type-Checks but Working Locally
I never use realives, always pin the deps
54 replies