Braden Kelley

Results 68 comments of Braden Kelley

@hsanson should be good now

> This happens because of multiple `x-forwarded-proto` headers. I've been trying to reproduce this locally for a while. I just tested sending mulitple `x-forwarded-proto` headers (without a proxy) and didn't...

@dylan-conway I think this should be re-opened. I'm still able to recreate this following the same steps as OP (using their package.json and bun.lockb) using bun 1.2. I've also created...

> but the lockfile will need to be edited manually I hadn't noticed this part before. So, we just need to add `optionalPeers` for any of the packages that were...

@vordgi would this fix still work? Not sure why it didn't get any attention... #30368 seems like a pretty obvious bug going from React 18/Next 14 to React 19/Next 15

python 3.12 alpine seems to be working but not 3.13 3.12: ``` ❯ docker run -it ghcr.io/astral-sh/uv:0.6.6-python3.12-alpine sh / # uv init app Initialized project `app` at `/app` / #...

I finally tracked down the source of this issue (aside from the multiple `x-forwarded-proto` issue that was resolved): https://github.com/vercel/next.js/blob/3a39a205f7e8352b4c47b78a6f893eb7b67bdd28/packages/next/src/server/app-render/action-handler.ts#L479-L482 ![image](https://github.com/user-attachments/assets/c7b7696e-0c7d-4e55-b4d9-d4e6e9556f0e) It's possible that the origin will be `null`. In my...

Rereading through the MDN docs for the 5th time, I just realized that the reason I'm getting `null` actually has to do with me sending a `referrer-policy: no-referrer` header. >...

> While technically [all members are optional in the specification](https://developer.mozilla.org/en-US/docs/Web/Manifest#members), practically speaking there are [required members ](https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Guides/Making_PWAs_installable#required_manifest_members:~:text=Required%20manifest%20members) to make the PWA installable. > > > > 1. `display` or `display_override`...

OK I confirmed if using either the `followingTypes` or `workaroundForBoth`, OpenAI actually throws a 400 error: ``` 400 Invalid chat format. Unexpected keys in a message content image dict. ```