Fabian Hiller

Results 1169 comments of Fabian Hiller

I think the following intersection between the required key and normal object entries was the fix: ```ts type VariantObjectEntries = Record< TKey, BaseSchema > & ObjectEntries; ```

Just as a quick clarification... there is still interest in merging this PR? If so, I will review in soon.

I took a quick look and am not sure if I want to merge it. `email` is intentional "stricter" and disallows many uncommon things. Maybe it it better to leave...

I have never had any problems with it. I know some people have in the past. We host the site on Netlify's edge network. The only thing I could do...

Another workaround is to clone the repo and run `pnpm i && cd ./library && npm run build && cd ../website && pnpm start`. I will leave this open for...

Our site seems to be stable for the last few months, but I will reopen if I am wrong.

Hmm... thanks for your feedback. That's too bad. As soon as I have more time, I will publish it via Vercel and get back to you to see if that...

I have received a response from Netlify: If the site problem is only happening to certain users and disappears when they use a VPN, then the problem is likely something...

Thank you! I will forward it to Netlify.

Here is another answer from Netlify. But don't feel obligated to spend your time on it. Unfortunately, the HAR file provided where the connection is unavailable doesn't provide any useful...