Results 898 comments of Asher

Odd, the `.3` patch update did not contain any dependency changes. I checked our GitHub release for arm64 macOS (https://github.com/coder/code-server/releases/download/v4.106.3/code-server-4.106.3-macos-arm64.tar.gz) and `node_modules/argon2/lib/binding/napi-v3/argon2.node` does exist. Is it possible npm failed to...

It seems to work for me. I tried `secret^` in both the config.yaml and as an environment variable. My config: ``` bind-addr: 127.0.0.1:8080 auth: password password: secret^ cert: false ```

Definitely strange. If you check the browser dev tools and look at the network request body, do you see that the password you expect is being sent to the backend?...

Windows is not supported yet unfortunately. Tracking is in https://github.com/coder/code-server/issues/1397

code-server is just an open source editor, we have no control over your workspace. Is this maybe in reference to https://github.com/coder/coder or a different product that is embedding code-server?

Are you in a container? What image are you using? I did not think any of ours used `yum`. And you marked this is broken with VS Code and Codespaces...

If you try to open `workbench.js` and `nls.messages.js` directly in your browser, what do they look like? It looks like maybe they are returning something other than JavaScript, or they...

Thanks for the report! If this is also broken in Codespaces we should submit the issue upstream (https://github.com/microsoft/vscode) so they can fix it.

Yup we can reopen, I am not sure how it could be on our end though, we are not patching anything related to the clipboard (other than a cli command...