Masaki ISHIYAMA

Results 88 comments of Masaki ISHIYAMA

I see. Could you send me your patch as PR?

You can change the service account by env `GOOGLE_APPLICATION_CREDENTIALS `: https://github.com/b4b4r07/iap_curl/blob/bf3cfbd702ab20c6e08711ba3ce5c248605506a5/config.go#L38-L43 Because newIAP function can accept Google service account: https://github.com/b4b4r07/iap_curl/blob/bf3cfbd702ab20c6e08711ba3ce5c248605506a5/main.go#L149

@syucream Thank you for your suggestion. It's good idea! (I thought that it should be implemented in the near future 😉) But YAML (struct) format should seem to be considered...

If you specify Slack as its notificator, you can run this from your machine. ```yaml --- ci: circleci notifier: slack: token: $SLACK_TOKEN ``` ```console $ terraform plan | tfnotify plan...

Thank you for your comment! It should be trimmed by the max size of each API limitation. I feel it should be implemented newly.

Thank you for the contribution! This is really nice, please wait a bit more to be reviewed..!

Code seems good. But actually it didn't work well. I tested this it in local but no action part was not shown.

@agross Thank you for the suggestion. I got. I have abolished `nice` tag because it has the user interface difficult to understand. First of all, I have introduced `nice` tag...

However, as you pointed out, `defer` tag is not a complete replacement for `nice` tag. It was a essential change to make the interface simple and powerful. However, I have...

There is one plan to solve these problems: Introduce new tag `priority` ```zsh zplug 'foo/bar', priority:3 ``` Like `defer` tag, `priority` tag allows numbers in the range `{0..3}`. However, unlike...