Alex Berg
Alex Berg
Thanks for maintaining! That one is still on my to-do list. I've got other, higher priority things right now, though. :(
> I'd love to enable asynchronous deployment, but presently there is no clear winner in async approaches for vim, After reading the [Channel & job design thread](https://groups.google.com/forum/#!msg/vim_dev/qtw5LdCrHJQ/uDhLZslbDQAJ) thread on their...
@neowit, if you don't need background deploy, then you shouldn't spend too much time on it. I wanted your quick opinion on it because I want to test background processing...
I only tried :ApexDeployOne command for now, and it was successful. @neowit, this is a really awesome user experience. I'll keep using it to see if I encounter any problems....
@neowit, I wonder if you've also noticed this: When I start an async command, like ApexDeployOne, I hit a key to return to the buffer I was using and continue...
I'm using Vim 7.4.1941 in Terminal on Mac Yosemite 10.10.5. When I have an async command running, then do `q:` to get command history, I get the following error appearing...
@neowit, I did some quick testing - the issue I described above with `q:` command seems to be resolved. Works great!
My understanding agrees with your explanation, which is good. My issue with this is that I only want to deploy one static resource, rather than everything in my project. AIUI,...
Ah, that's interesting. I'll double-check the docs and perhaps propose a change to clarify. I'd like to organize and summarize the commands in the README file - what do you...
I've been busy with personal stuff for the last few weeks. I still intend to spend time on this.