Results 757 comments of Asher

Maybe we can take the same path we do with the Helm stuff and delegate maintenance and testing of this to others. If we are cool with that then splitting...

I think this was because there used to be a `webmanifest.json` link in addition to `manifest.json`? But as far as I can tell everything is `manifest.json` now. Could we get...

Another note: maybe we should use yarn in the postinstall script if installing with yarn otherwise npm? Just in case someone does install with yarn.

Apologies if this ends up being a duplicate post; I initially responded from email but it seems to have vanished into the void. Here is what I wrote: There is...

Seems likely to be the same issue as https://github.com/coder/code-server/issues/4693#issuecomment-1009039212

If we can get their script working we might not need to implement anything. I think all we have to do is update the Node path.

Hmm quite odd indeed. The only way I can think of for the authority to be missing is if the host header is missing but we have used link successfully...

Does anything in this issue help? https://github.com/microsoft/vscode-remote-release/issues/4233 At first glance seems like `/dev/ptmx` and `/dev/pts` should do it.

Hmm the only thing that looks a bit suspect is the inotify limit but I'm not sure if it could cause this issue. It might be worth raising the limit...

Hmm yeah it does look like it's timing out. Maybe we should remove the timeout or make it larger.