Results 17 comments of Kamal Nasser

Thanks @HSkogmo, that helped me a lot. One note I have is to rename the middleware to something other than `jwt.refresh` because that already exists in this jwt-auth library and...

:wave: I'd like to suggest making it clear what changes/restrictions will be applied to the build environment and what will be applied to the launch environment. With classic Heroku buildpacks,...

Thanks @opasnoste! I've added one comment--can you please address it so that I can merge this?

Sorry about that. I've reverted the PR that was causing that until I figure out what's wrong. Thanks!

Thanks for reporting this! The format that `swapfile_size` expects is detailed in the readme [here](https://github.com/kamaln7/ansible-swapfile/blob/master/README.md#variables). As you said, both `fallocate` and `dd` use different formats. I can't think of any...

Thanks for reporting this. This seems to be related to how the config package, viper, handles exporting and importing YAML files: https://github.com/spf13/viper/pull/635 We might have to wait until the PR...

Thank you—this is great! I am fine with showing the context name only, although I wonder if some users rely on being able to see the token (or at least...

Hi! Thanks for the suggestion. I don't have a real preference myself but I just wanted to note that the current behavior is consistent with the [cloud control panel](https://cloud.digitalocean.com/images/snapshots/droplets).

Thanks for the suggestions @rsaffi! Re: 1, you can change the default context using the `doctl auth switch --context new-default-context` command. Does that help?