Aaron Roydhouse
Aaron Roydhouse
@CristianCantoro the new 0.9.0 release has totals, there is no `--totals` option or signal mechanism, but with `--verbose` you get totals at the end, e.g. ``` Files: 14 new, 16...
I agree @pmkane I think the [hard-coded workerCount = 8](https://github.com/restic/restic/blob/master/internal/restorer/filerestorer.go#L24) is artificially slowing down our restores. I don't think we should bust out any extra command line options until we...
I'm confused. This is the change log for 0.9.0, this behavior it is listed as an enhancement specifically for 0.9.0, but you say it doesn't apply to 0.9.0? If the...
This is still a bug, as I think I still can't enable the output options you need for batch tasks? I don't want the interactive, multi-line status display and `--quiet`...
Thanks @fd0, getting clearer! Automatic suppression base on lack of terminal is great default behavior. Thanks for letting me know, and yes please add to the manual. You could still...
`samconfig.toml` is yet another different and, and as [others](https://github.com/aws/aws-sam-cli/issues/2054#issuecomment-646270703) [pointed](https://github.com/aws/aws-sam-cli/issues/2054#issuecomment-663912739) [out](https://github.com/aws/aws-sam-cli/issues/2054#issuecomment-699813879), worse way to maintain AWS parameters, using yet another file format on top of YAML and JSON! Why are...
Looks like (1) has been reverted, and env vars are no longer passed with `MDNotifyCmd` and `MDMessageCmd`. > `MDNotifyCmd` is now called for each domain that has been successfully renewed....
@icing do repeat calls to `MDMessageCmd ` that return a non-zero exit code have the same back-off timing as other things? > (3) Both MDNotifyCmd and MDMessageCmd are called repeatedly...
Thank you for explaining. So `MDMessageCmd` or `NotifyCmd` non-zero return codes trigger retry (per Managed Domain) once an hour or day as appropriate to the reason, other errors retry (per...
I was trying to set the path from a parameter and `sam validate` just crashes out with this really not helpful error: ``` 2019-08-11 01:44:36 Plugin 'ImplicitApiPlugin' raised an exception:...