Andrey Gavrikov

Results 61 comments of Andrey Gavrikov

Is "OmniChannel" something that is defined in your package.xml? If it is then you may need to remove it. Also (don't think this will make a difference, but worth a...

> I don't see OmniChannel anywhere in package.xml. Maybe you have a wildcard for Settings? Although I still do not see how this may be an issue, but if you...

It is indeed an issue but not sure what can be done about it. On every `:Apex...` command `vim` sends a call to a TCP socket and **waits** for response....

Thank you for the suggestions. > timeout with an error if the server doesn't respond after some period This may be tricky because some SFDC API requests (e.g. deployments) take...

Not possible to skip with "out of the box" config. In case it is not obvious - you do not have to change log settings every time. Just press `Enter`...

Yes, I did consider asynchronous mode in the past. The problem is that there is no standard way of doing this with vim. Neovim, as you mentioned, has one sort...

thank you for the examples, I'll give it a closer look at some point.

Hello @ViViDboarder, Thank you for the suggestion. Have tried [force-vim](https://github.com/ViViDboarder/force-vim) plugin just now (with `Dispatch` installed) and `let g:force_dispatch_background = 1`, but have not been able to see much visual...

Thank you for the clarification. In case of `vim-force.com` plugin - Dispatch or Neomake (or any other async utility) can not be easily employed to enable async calls. Main reason...

Hi guys, I have had a go on implementing new vim async jobs support in `vim-force.com`, but not quite ready to release it yet. If you wan to try it...