alfred-set-resolution-workflow
alfred-set-resolution-workflow copied to clipboard
doesn't work with mac os sierra
doesn't show list of resolutions.
Same
As I type it shows:
Then once I get to the normal position it then shows as if it's a search:
Debugging info:
I fix this problem, and create pull request about this.
If you want temporary fixed version, you can download here.
https://github.com/luinhon/alfred-set-resolution-workflow/raw/master/alfred-set-resolution.alfredworkflow
I had this too, and with a few other workflows as well. Turns out it's related to macOS's default ruby, which has changed.
For me it worked to open the workflow, double click on the first step to open the settings, click on the button (1) to open the workflow's folder in Finder and change the ruby version in the bundle/ruby
subfolder (2) from 2.0.0
to 2.3.0
.
[08:59:58.156] ERROR: Set Resolution[Script Filter] Code 1: /Users/abd/Dropbox/Alfred.alfredpreferences/workflows/user.workflow.CAC029B5-ADD5-45E9-89AD-01299B53E93C/bundle/ruby/2.6.0/gems/builder-3.2.2/lib/builder/xchar.rb:111: warning: constant ::Fixnum is deprecated /Users/abd/Dropbox/Alfred.alfredpreferences/workflows/user.workflow.CAC029B5-ADD5-45E9-89AD-01299B53E93C/workflow_config.rb:66:in
rebuild_resolutions': undefined method each_with_index' for nil:NilClass (NoMethodError) from /Users/abd/Dropbox/Alfred.alfredpreferences/workflows/user.workflow.CAC029B5-ADD5-45E9-89AD-01299B53E93C/workflow_config.rb:57:in
load_display_resolutions'
from /Users/abd/Dropbox/Alfred.alfredpreferences/workflows/user.workflow.CAC029B5-ADD5-45E9-89AD-01299B53E93C/workflow_config.rb:13:in initialize' from ./feedback.rb:11:in
new'
from ./feedback.rb:11:in <main>'
Any ideas?