Tommy Wang

Results 4 comments of Tommy Wang

.alfred3workflow does not register correctly on my alfred instance. I have to rename it to .alfredworkflow before running it, or manually import it. It leads me to believe that the...

That probably makes a whole lot of sense. You should be able to change line 17 from: ``` response = client.describe_instances(MaxResults=1000, **next_token) ``` to: ``` response = client.describe_instances(MaxResults=1000, Filters=[{ 'Name':...

I'm not sure what version of the workflow you're using, but I've completely removed the modifiers from the workflow diagram. Instead, it is controlled completely from the python scripts and...

Should be fixed in the upcoming release.