Closed JanikvA closed 7 months ago
Hi there!
Please check out :h rest-nvim-usage-commands
or removed features section from my blog post.
tl;dr
As seen in the plugin's README, we no longer use plenary.nvim's cURL implementation (which was buggy and error-prone). Now we use native bindings to libcURL
, so we call cURL directly at the code level instead of calling the curl
command like a wrapper. This change prevents that feature from existing anymore, since it is totally impossible because we no longer invoke the curl command.
That's unfortunate. it was useful to send these curl commands to colleagues when debugging failing calls.
Anyway, thanks for the clarification!
Hi,
I have recently upgraded to the latest version and the configuration which shows the actual curl command that is run in the background is not working anymore.
my config in lazy:
When I set everything to false in the result.behavior.show_info section nothing changes so this seems broken? (Note: When I e.g. change result.split.horizontal to true the result window is split horizontally instead of vertically so my config seems to be loaded correctly.)