Ryan Koval

Results 17 issues of Ryan Koval

[Enter steps to reproduce:] 1. Trigger keybinding that uses keystroke **Atom**: 1.22.0 x64 **Electron**: 1.6.15 **OS**: Mac OS X 10.12.6 **Thrown From**: [keystroke](https://github.com/t9md/atom-keystroke) package 0.2.1 ### Stack Trace Uncaught TypeError:...

add a keyword to allow for searching only a type of resource e.g., `aws ec2 hello` will search _only_ for ec2 instances (vs. all resource types) using the query `hello`

enhancement

for multiple account users, it is sometimes very useful to force a specific profile _only_ for a particular command instead of having to manually `aws >profile other` and then change...

enhancement

add cloudformation stacks to lookup for opening in console also add their current status (`CREATE_COMPLETE`, `UPDATE_IN_PROGRESS`, etc.) with fun emojis

enhancement

add sqs queues to lookup for opening in console

enhancement

details: https://aws.amazon.com/premiumsupport/knowledge-center/authenticate-mfa-cli/ seems like this needs to expose something that can detect when an account requires MFA and then set `AWS_SESSION_TOKEN`?

this will probably declutter the workflow's autocomplete, as irrelevant regions will not be listed to the user. (for example, if you aren't doing any work in south america, it doesn't...

original issue: https://github.com/rkoval/alfred-aws-console-services-workflow/issues/29

this will likely speed up runtime since the .yml file won't need to be read separately from disk after the binary is loaded into memory this should be benchmarked to...

depending on the AWS service, an entity can have sub-pages within it. adding support for navigating to a specific sub-page of an entity would be useful