Ethan
Ethan
Currently, the Terraform provisioner relies on the output of `terraform graph` to determine what resource `coder_metadata` instances should be applied to when building the template or workspace. Unfortunately, it's very...
This fixes a `failed to get reader: failed to read frame header: EOF` error we saw in `coder/coder` when upgrading to a version of the library where these contexts were...
Since this script was first written, iina's gained a new plugin system: https://iina.io/plugin/ There might be some value in porting? The existing bash script would remain useful for bare MPV...
Currently, the Terraform provisioner relies on the output of `terraform graph` to determine what resource `coder_metadata` instances should be applied to when building the template or workspace. Unfortunately, it's very...
Big fan of this local files app, thanks for all your work on it ❤️ I've tested this locally!
An SSH config can be written such that all connections to workspaces using the Coder VS Code hostname also run a `RemoteCommand` when connecting: ``` # --- START CODER VSCODE...
First of all, thanks for open-sourcing this library! I'm a big fan. This matches the behaviour of `MenuBarExtra`, but this functionality is also present in all the other menu bar...