Matthieu Coudron
Matthieu Coudron
just so you know, I am looking forward to merging if not all at least parts of the MR, but I would like to make it possible to add some...
can you : - remove the .idea folder - rebase and maybe add an alternative environment in the test @NTBBloodbath is https://github.com/rest-nvim/tree-sitter-http supposed to be some pure http stuff or...
> This branch cannot be rebased due to conflicts Seems like this was not rebased correctly ? I've just tested it and found an issue when there are multiple queries...
well I can't do anything from the github UI, and anyway there are 19 commits in the MR which is a bit much. Can you try a git fetch --all...
`make lint` should fix the lint job
so I did not notice before but this rewrites the .env file ? that's kind of annoying for my usecase since it records errors in my carefully handcrafted .env. Is...
Maybe just dont call `write_env_file` in set_env and let the user call it ? I think that's the best compromise, we keep the functionality while being less destructive. We should...
apparently fixed buy #152 feel free to reopen if not the case
I wonder how advanced is that rewrite and what place there is around api design ? For instance what are the goals of the rewrite ? I would prefer to...
> Parsing requests using tree-sitter should make the process way easier and friendly in general (I really hope it's going to make tests more enjoyable to work with). I've been...