Matthew Rosenbaum
Matthew Rosenbaum
So far, what we've confirmed in the one repro we have (which is slightly different from the reported bug), is that the go proxy solution we have is setting the...
I found out how to ... get some of the logs, and it appears there is some point between the response leaving the proxy and when the downloadPackages receives the...
I found the logic where the content-length header is being dropped. TL;DR there is logic in the proxy implementation we use that is deleting the content length header (and setting...
@Skn0tt I was looking into this more, and I realize the reason that the proxy changes to chunked is so that it doesn't load the entire stream into memory before...
As a temporary work around you can try this. In [copilot setup steps](https://docs.github.com/en/copilot/how-tos/use-copilot-agents/coding-agent/customize-the-agent-environment#preinstalling-tools-or-dependencies-in-copilots-environment), you can pre-install the browsers required with something like `npx playwright install _browsers_`. Its not a great...