Results 777 comments of Asher

Closing for now, but let me know if you come back to this.

`~` is normally expanded by the shell, so it would not get expanded in a YAML config. But, it would be nice if we manually expand it when we read...

Ah yeah, we set it that way so the cookie can be used for the subdomain port proxy without having to log in for every port (like `8080.my-domain.tld`, etc). Makes...

Appreciate the willingness! I think it should be straightforward to check the cookies but I am not entirely sure about getting them. In `node/util.ts` we have `isCookieValid` which would need...

For the second thing, not setting the cookie that way when the proxy is not enabled, this would be a trivial change to `getCookieDomain` in `node/http` (return `undefined` if no...

The hardest part will probably be just to get code-server running haha, VS Code has a bunch of dependencies: https://github.com/coder/code-server/blob/main/docs/CONTRIBUTING.md#requirements And it is *really, really* slow, both to build, and...

Oohh Windows might be especially tricky, we have not added Windows support yet unfortunately, so I think many of the scripts may not run at all. Quilt source is hosted...

Interesting that Apache is somehow interfering with outbound requests. I was not able to reproduce with cURL or with test JavaScript using `fetch` and `https.request`, but I *was* able to...

> I don’t think this has anything to do with Apache2 It might trigger in other scenarios as well, all I can say is that in my test at least...

No idea, someone will have to step through and figure out what is wrong.