filyys
Explore posts from serversCDCloudflare 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
?
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 it9 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 link4 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?
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

5 replies
TTCTheo's Typesafe Cult
•Created by filyys on 7/25/2024 in #questions
tRPC example file structure question

6 replies