autocomplete on abra recipe upgrade
is slow
#567
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Not quite a "bug" but it does cause a little friction.
Autocomplete on recipe names is much slower than on app names. Probably because app autocomplete is based on listing files but recipe autocomplete is based on parsing JSON. Maybe there's nothing we can do but if it's possible to optimise it'd be awesome
CC @trav
Yeh I would love to speed this up also, I routinely get frozen waiting for this...
I think it might be doing some network activity in there somewhere....
Definitely something to improve!