You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After pressing enter for the first time, the alfred window closes instead of showing the next choices when quick_open settings is set to false like this:
How to reproduce
(happens everytime on my side)
Make sure quick_open is set to false (open alfred settings, search for gitlab workflow, and click on the settings button:
Quit alfred (from the macos top menu bar)
Open alfred again
Write gl SomeExistingProject
Press enter
The alfred window closes and does nothing (bug)
Repeat from step 4 and it will show the choices correctly.
Workaround
For now, I just set the feature back to true so it opens the project directly.
Suggestion
An improvement on the UX could be to have the quick open available when holding a keyboard key such as Alt or CMD.
Versions
gitlab workflow: v1.6.0
alfred: v3.8.1 [961]
Logs
Doesn't seem to contain anything interesting for the issue tho
Starting debug for 'GitLab'
[2019-04-26 09:03:21][STDERR: input.scriptfilter] 09:03:21 workflow.py:2247 DEBUG ---------- GitLab (1.6.0) ----------
09:03:21 workflow.py:1657 DEBUG reading settings from /Users/gableroux/Library/Application Support/Alfred 3/Workflow Data/com.lukewaite.alfred-gitlab/settings.json
09:03:21 workflow.py:2531 DEBUG update check not due
09:03:21 workflow.py:2650 DEBUG got password : com.lukewaite.alfred-gitlab:gitlab_api_key
09:03:21 workflow.py:1884 DEBUG loading cached data: /Users/gableroux/Library/Caches/com.runningwithcrayons.Alfred-3/Workflow Data/com.lukewaite.alfred-gitlab/projects.cpickle
09:03:21 workflow.py:1884 DEBUG loading cached data: /Users/gableroux/Library/Caches/com.runningwithcrayons.Alfred-3/Workflow Data/com.lukewaite.alfred-gitlab/__workflow_update_status.cpickle
09:03:21 workflow.py:2461 DEBUG update_data: {u'available': False}
09:03:21 workflow.py:2440 DEBUG set last run version: 1.6.0
09:03:21 workflow.py:2289 DEBUG ---------- finished in 0.069s ----------
[2019-04-26 09:03:22][STDERR: input.scriptfilter] 09:03:22 workflow.py:2247 DEBUG ---------- GitLab (1.6.0) ----------
09:03:22 workflow.py:1657 DEBUG reading settings from /Users/gableroux/Library/Application Support/Alfred 3/Workflow Data/com.lukewaite.alfred-gitlab/settings.json
09:03:22 workflow.py:2531 DEBUG update check not due
09:03:22 workflow.py:2650 DEBUG got password : com.lukewaite.alfred-gitlab:gitlab_api_key
09:03:22 workflow.py:1884 DEBUG loading cached data: /Users/gableroux/Library/Caches/com.runningwithcrayons.Alfred-3/Workflow Data/com.lukewaite.alfred-gitlab/projects.cpickle
09:03:22 workflow.py:1884 DEBUG loading cached data: /Users/gableroux/Library/Caches/com.runningwithcrayons.Alfred-3/Workflow Data/com.lukewaite.alfred-gitlab/__workflow_update_status.cpickle
09:03:22 workflow.py:2461 DEBUG update_data: {u'available': False}
09:03:22 workflow.py:2440 DEBUG set last run version: 1.6.0
09:03:22 workflow.py:2289 DEBUG ---------- finished in 0.080s ----------
[2019-04-26 09:03:22][STDERR: input.scriptfilter] 09:03:22 workflow.py:2247 DEBUG ---------- GitLab (1.6.0) ----------
09:03:22 workflow.py:1657 DEBUG reading settings from /Users/gableroux/Library/Application Support/Alfred 3/Workflow Data/com.lukewaite.alfred-gitlab/settings.json
09:03:22 workflow.py:2531 DEBUG update check not due
09:03:22 workflow.py:2650 DEBUG got password : com.lukewaite.alfred-gitlab:gitlab_api_key
09:03:22 workflow.py:1884 DEBUG loading cached data: /Users/gableroux/Library/Caches/com.runningwithcrayons.Alfred-3/Workflow Data/com.lukewaite.alfred-gitlab/projects.cpickle
09:03:22 workflow.py:1884 DEBUG loading cached data: /Users/gableroux/Library/Caches/com.runningwithcrayons.Alfred-3/Workflow Data/com.lukewaite.alfred-gitlab/__workflow_update_status.cpickle
09:03:22 workflow.py:2461 DEBUG update_data: {u'available': False}
09:03:22 workflow.py:2440 DEBUG set last run version: 1.6.0
09:03:22 workflow.py:2289 DEBUG ---------- finished in 0.067s ----------
The text was updated successfully, but these errors were encountered:
After pressing enter for the first time, the alfred window closes instead of showing the next choices when
quick_open
settings is set tofalse
like this:How to reproduce
(happens everytime on my side)
Make sure
quick_open
is set tofalse
(open alfred settings, search for gitlab workflow, and click on the settings button:Quit alfred (from the macos top menu bar)
Open alfred again
Write
gl SomeExistingProject
Press enter
The alfred window closes and does nothing (bug)
Repeat from step 4 and it will show the choices correctly.
Workaround
For now, I just set the feature back to
true
so it opens the project directly.Suggestion
An improvement on the UX could be to have the quick open available when holding a keyboard key such as Alt or CMD.
Versions
Logs
Doesn't seem to contain anything interesting for the issue tho
The text was updated successfully, but these errors were encountered: