Kyle Carberry

Results 232 comments of Kyle Carberry

The prospect wants functionality similar to v1, where a user would link their GitHub/GitLab/BitBucket account, and the SSH key would be added to automate push/pulling.

This can be done by integrating with `GIT_ASKPASS`. The only problem is that VS Code Remote will override `GIT_ASKPASS` unless explicitly configured not to do so. We can add `"git.useIntegratedAskPass":...

I explored some cases for our `GIT_ASKPASS` solution to ensure that it covers our bases. It _seems_ like it will, but @bpmct please read through and surface any additional stuff...

A fix for this is on the way! Should be out late today.

https://github.com/coder/terraform-provider-coder/pull/51

@obitoo7 could you provide the error? I'm a bit confused by what "parse error" means in this context. Is it for running the binary?

@Emyrk is the auditor role even used? Seems like we could just remove it.

@Emyrk I updated the title of this. I assume it's trivial to do... thoughts?