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
Hey, I usually inspect workflows before using, and noticed a few oddities:
The latest alfred-bear.alfredworkflow contains .pyc files which is compiled byte code, there's no benefit to this as it increases the size
There seems to be a notify workflow inside yours, I first noticed the Notify.tgz file, which contains Notify.app, and then there's a bunch of python code that seems unused?
Thought I'd make you aware, cheers.
The text was updated successfully, but these errors were encountered:
mafredri
changed the title
Workflow contains .pyc files and unrealted (Notify.app)
Workflow contains .pyc files and unrelated (Notify.app)
Nov 2, 2018
Actually, I see that 2. is because you are using the alfred-workflow library, and notifications are part of it. I wasn't aware of the library and the bundled application triggered my warning bells, sorry about that.
mafredri
changed the title
Workflow contains .pyc files and unrelated (Notify.app)
Workflow contains .pyc files
Nov 2, 2018
Hey, I usually inspect workflows before using, and noticed a few oddities:
alfred-bear.alfredworkflow
contains.pyc
files which is compiled byte code, there's no benefit to this as it increases the sizeThere seems to be a notify workflow inside yours, I first noticed theNotify.tgz
file, which containsNotify.app
, and then there's a bunch of python code that seems unused?Thought I'd make you aware, cheers.
The text was updated successfully, but these errors were encountered: