Matthew Drake

Results 11 comments of Matthew Drake

I can try and recreate your issue, but what seems to be happening is that your private key at ~/.ssh/id_rsa is encrypted and needs a passphrase. Do you remember creating...

And this likely has nothing to do with filevault - this is about a private key with a passphrase. [Check out this SO post about it.](http://stackoverflow.com/questions/1774469/how-does-the-rsa-private-key-passphrase-work-under-the-hood)

I'm pretty sure sublime stores the passphrase somewhere, it may be accessing your osx key chain, I don't really know. As for the error, the stack trace is from a...

@ursbraem - can you put that in as a feature request? I'll look into using a node keystore library. Also, any update on your host accessibility?

Can't argue with that - I'll get a tipjar together and cc you on the new issue. Thanks!

Hey all - I'm being a bad project maintainer here. I'm hesitant to dive into the feature because mistakes can end up deleting valuable assets (extra paranoid). Can I get...

Yeah I need help with this. Want to be an admin?

@VoodooPrawn - I can explore this as a feature. Though I'll be honest, there should be some solution already available via some gulp control flow modules and those will probably...

I'll take a look into making it async with a limit - gruntsftp had some similar concurrency restrictions, I'll see if they have since updated their approach.

👍 - this is one of best things about [Entity Framework](https://msdn.microsoft.com/en-us/library/jj591621(v=vs.113).aspx) as well. I'd be happy to help with this.