David Awad

Results 55 comments of David Awad

I just discovered dash and would love an up to date solidity resource, thanks!

I have the same issue, when trying to change the python path to another python2 executable that doesn't seem to fix it either. I've tried setting all the workflow script...

Ah wow! Thanks @nikitavoloboev, as an aside I'm a huge fan of your work and really appreciate the assist here :)

@nikitavoloboev would you be able to share the external trigger you created? not able to create the behavior you've got on yours.

Tremendous, thanks @iansinnott this was my issue as well when trying to use alfred + km on my M1 mac. Recompiling the workflow on my machine also worked for me....

hey @iansinnott sorry for the late reply. How about a workaround, what if we use the clipboard to pass the message between applications? Then all you need to do is...

Ok I've done some digging into this, I'm not a go programmer but I'm pretty sure you can add an if statement around here: https://github.com/iansinnott/alfred-maestro/blob/master/main.go#L56 you can take the second...

hrmm, maybe there's an option or flag we can set in the alfred script if users want to use the clipboard for arg passing? I wouldn't want to fork the...

The same applies to the `build` folder. I had to create a pile of symlinks to be able to run vertigo from nonstandard directories. ``` ln -s src/contracts contracts mkdir...