filyys
filyys
Explore posts from servers
CDCloudflare Developers
Created by filyys on 4/28/2025 in #general-help
Worker routing issue
Hi I'm having an issue with adding a worker route to my worker. I add the route ai.filyys.dev/*, I added this code into my wrangler config, yet when I try to go to ai.filyys.dev I get a DNS_PROBE_FINISHED_NXDOMAIN?
"routes": [
{
"pattern": "ai.filyys.dev/*",
"zone_id": "****",
},
],
"routes": [
{
"pattern": "ai.filyys.dev/*",
"zone_id": "****",
},
],
9 replies
TTCTheo's Typesafe Cult
Created by filyys on 4/22/2025 in #questions
Keys
Is key={crypto.randomUUID()} an okay-ish way of setting keys in TSX/JSX maps? I won't be needing the key for anything later but I'm not sure if this is a good way of going by it
9 replies
BABetter Auth
Created by filyys on 3/29/2025 in #help
Disabling email scope on Github oath
Hey! I'm currently trying to use better-auth with drizzle. I want to use Github's oath to sign the users in, though I don't want to access their emails. I've tried adding scopes like read_user, read:user, profile or similar to the scopes yet nothing really works. They all still require emails to be read. Is there any way to add a scope that does this? Has this been added to better-auth yet? Doc link
4 replies
TTCTheo's Typesafe Cult
Created by filyys on 9/29/2024 in #questions
What's the best way of making a Next.js image component fit the parent size?
<Image
src="/images/other-img-1.jpg"
alt="Server image"
width={0}
height={0}
style={{ width: "100%", height: "100%" }}
/>
<Image
src="/images/other-img-1.jpg"
alt="Server image"
width={0}
height={0}
style={{ width: "100%", height: "100%" }}
/>
The width and height is necessary, though I can't set it to "100%" or something similar. How do I achieve this the best way possible without hard coding it?
10 replies
TTCTheo's Typesafe Cult
Created by filyys on 8/6/2024 in #questions
tRPC error Unhandled Runtime Error
No description
5 replies
TtRPC
Created by filyys on 8/1/2024 in #❓-help
tRPC & Next.js confused about error
No description
12 replies
TTCTheo's Typesafe Cult
Created by filyys on 7/25/2024 in #questions
tRPC example file structure question
No description
6 replies