Edward Delaporte
Edward Delaporte
Is it possible to download the completed estimates in an Excel compatible format? Export to CSV would be very useful.
- [ ] recreate script entry point so that it only creates credential file necessary for `aws cli` - [ ] remove all dependencies on `aws cli` Python libraries, as...
## Tasks + [x] #101 + [x] #99 + [ ] #100 + [ ] update #96 with status and any recommended work-arounds. + [ ] update the README with...
Since we know what version of Python an installation of AWS CLI was last tested under (i.e. Python 3.9 if you installed the latest release today), we could add a...
## Tasks + [ ] Review #76 for further context. + [ ] Review the code where a session is refreshed + [ ] add debug or info level log...
## Context Per discussion here: _Originally posted by @salomvary in https://github.com/kevin1024/vcrpy/issues/533#issuecomment-1269519939_ CannotOverwriteExistingCassetteException can be raised along with 'no matchers failed' as the message details. In many cases, setting `vcr.allow_playback_repeats` for...
Add a Warning/Error for items that are not SecurityOptionsSettings and are not AccountPolicySettings
## Context The main challenge in #267 was due to an unclear error state when this `if/if else` block hits neither expected path: ```powershell if($script:SecurityOptionSettings.ContainsKey($Key)){ $SecuritySetting = $script:SecurityOptionSettings[$key] $ResourceName =...
## What should it do? The current instructions to install via `go get` are deprecated in the recent versions of `go`. Following the steps in README.md, `go get -u github.com/wtfutil/wtf`gives...
## Context Currently, when `aws-login` is missing from the `PATH`, the error message does not indicate that there is a configuration mistake in the user PATH. ## Tasks - [...