Michael Brewer

Results 134 comments of Michael Brewer
trafficstars

@ericpaulsen is there a decision on how to handle the secret being printed?

I did add comment to a similar ticket: https://github.com/coder/coder/issues/12312#issuecomment-1970457859 This extension should work with Gitlab.com (and self-hosted), Github.com (and self-hosted) and if possible Bitbucket and Azure Devops :)

I did a POC of this and it works well, we just need to think of how to define the URL schema in the extension ie: ```typescript `${address}/templates/${templateName}/workspace?mode=${disableAutostart ? "manual"...

+1 for always using id token (or at least to support both)

It's not a native browser, just that remote development environments would set a standard BROWSER variable to point to shell to run and open the url. Other tools support this...

Also note, the golang package has not accepted new contributions for a while. In fact there are a number forks

Last human commit is 3 years ago. ![image](https://github.com/hashicorp/terraform/assets/5442469/f3b42314-5062-475d-bd43-9789787b2675)

But hack i can tell our fiserv associates is to install a fake `xdg-open` on linux workspaces to something like ```bash #!/usr/bin/bash $BROWSER "$1"; ``` But that does not feel...