Ransom Briggs

Results 12 issues of Ransom Briggs

@dickeyxxx found this while working on the windows installer

``` -> % heroku cassandra ▸ Error: No app specified ▸ Usage: heroku cassandra:cqlsh [CLUSTER] --app APP ▸ We don't know which app to run this on. ▸ Run this...

In order to clearly identify dynos when dyno formation is printed on Heroku CLI, is it possible to print the dyno ID/host-name (eg, "01234567-89ab-cdef-0123-456789abcdef") next to its name "worker.1"? Maybe...

Need to create an alias in the node code for `heroku apps`

Took a minute today to figure out why I couldn't enable paranoid on an app that has two remotes. One syntax worked (-a) but the other didn't (-r). Maybe this...

``` -> % heroku pg:copy rbriggs-pg-copy-source::DATABASE_URL DATABASE_URL -a rbriggs-pg-copy-dest ▸ WARNING: Destructive action ▸ This command will remove all data from DATABASE ▸ Data from DATABASE will then be transferred...

### Summary According to the [spec](https://datatracker.ietf.org/doc/html/rfc6749#section-5.1) we should be returning a `Pragma` header in the token response. > The authorization server MUST include the HTTP "Cache-Control" > response header field...

### Steps to reproduce We are using a DIY implementation but it basically boils down to the following configuration. ``` Doorkeeper.configure do resource_owner_authenticator do current_user || redirect_to(sign_in_url) end end ```...

### Steps to reproduce I am working through a review with our security team and they requested that I revoke access tokens when there are multiple attempts to exchange the...

When inquirer prompts are used and stdin is not a tty, the prompt hangs as long as stdin is still open. We recently started using inquirer and found that one...