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
Running requests shouldn't be freezing ViM with the current version. Although I think it still freezes Neovim, but I haven't invested much time there just yet. Let me know how it goes with ViM.
Yes, does not freeze Vim in the current version, so cool :-).
For the other question, maybe it could be hard to manage HTTP request sent (cancel a request sent). It's very easy with https://github.com/diepm/vim-rest-console , by simply kill the corresponding childd curl process. But roast.vim doesn't seems to launch an independent child process.
HI !
It could be cool to make this plugin asynchronous? Actually, if the remote server take long time to deliver a response, Vim is totally blocked.
To test it, simply on your Server, create a REST endpoint and add delay before send the HTTP response.
Neovim and Vim since version 8.0 support asynchronous plugins.
If the plugin become asynchronous, maybe it could be easy killed thanks a command? As it if we want interrupt the HTTP Request, we could.
Thanks in advance ;-)
The text was updated successfully, but these errors were encountered: