Matthieu Coudron

Results 605 comments of Matthieu Coudron

could you rebase and add tests please ?

I confess I am not a fan of the feature, I dont have a use of it and also the spinner looks like a generic thing you would want for...

to be clear, I dont have time to implement this but as @NTBBloodbath seems to agree with the idea, I think we could merge a PR implementing that. Quickly how...

I was going through the PR list and several PRs could use the previous mechanism. I've implemented a quick draft https://github.com/rest-nvim/rest.nvim/pull/214 that can serve as inspiration. @antosha417 would you be...

seems like that behavior is kinda LGTM or rather `---` is not a query separator as I expected. I've played a bit with the treesitter grammar and it's promising, could...

I dont think anyone here has the time to deal with standardization, also lua integration is part of the added value of the neovim plugin IMO. I think we could...

after looking into lua/rest-nvim/request/init.lua , seems like it's our fault: we load the file in memory to be able to replace variables but never write the generated result back. In...

not tested much but here is an implem https://github.com/rest-nvim/rest.nvim/pull/216 : if you reference a file via `

you can perfectly send a payload for get requests

I dont know why we special case json (maybe to catch errors early on ?), it justs decode then reencode the content :s If i remove the special casing it...