Ethan Edwards

Results 29 comments of Ethan Edwards

I've noticed that the local variables don't appear to be showing up as I'd expect, as stepping through each function in the stack, they don't seem to change or represent...

I can repro the error output from above reliably now. ``` _bash_util__list__contains 'processed_positionals' "${positional}" && ``` if I hover over the `'processed_positionals'` part of the command, I get this output:...

Is there a solution for this yet? Having autocomplete+ automatically use the selection, e.g. where I intend to intentionally insert a tab or an enter, but then autocomplete uses it...

@JonasT Thanks, unfortunately that still doesn't solve it when there's only one suggestion (e.g. if there is only one selection it will automatically use it if you hit enter, so...

How are we supposed to figure out required permissions currently? Is it just a guessing game? This seems like an obvious improvement.

Thanks for opening this! Please also consider #79 if we're going to recommend usage of `load()`

This also means that image digests are not supported. e.g. this is also a supported image_definition format: `name@sha256:foo` (rather than `name:foo`... note `@` instead of `:`)

>The reason is that access key and secret pair is designed for human users for making calls using their local machine not for production servers. For servers on premise or...

I'm looking for this, as well. I'll start a PR.