Joseph Anthony Pasquale Holsten

Results 104 comments of Joseph Anthony Pasquale Holsten

@rakyll I added another comment to the CL, you made a great point. That's how I ended up submitting this. This "reimplements" https://godoc.org/golang.org/x/oauth2#Config.PasswordCredentialsToken using the same implementation pattern from https://godoc.org/golang.org/x/oauth2/clientcredentials,...

Yes, I am still using this approach locally. I'm still interested in this CL.

@adg is there anything I need to do to move this forward?

@rakyll @adg anything you'd like me to do?

@rakyll sorry, I hadn't pushed my changes when I made that comment. Care to give it another look?

Well, shoot. I tried rebasing #10649 today and `command/plan.go` has been significantly changed to use `backend`. Currently, the actual checks for the `show` flag have to be made in `backend/local/backend_plan.go`....

oh, and to pitch into the flag sprawl, another display flag proposal for `terraform plan -diff` is at https://github.com/hashicorp/terraform/pull/11081 Kinda sounds like `--show-usage-help=false`.

Hmm, looks like these are both being called in [`Worker#work_loop`](https://github.com/resque/resque/blob/887ab8eea3ba4ef1ea7915812f70176a40d247f6/lib/resque/worker.rb#L102), and there's nothing in between the calls to `#reserve` and `#process_job`. So in a green path case the trailing bit...

the problem for me is that ``` $ ls -l /usr/local/bin/brew lrwxr-xr-x 1 root wheel 28 Jan 4 14:03 /usr/local/bin/brew -> /usr/local/Homebrew/bin/brew ``` `/usr/local/Homebrew/bin/brew` has myself as its owner.

@jotruon @ravinitp what’s happening with this? Hit the required: `key_id`, `secret_content.content` items while playing around.