Matthieu Coudron

Results 221 issues of Matthieu Coudron

I would like to help the community contribute to luarocks.org (with a few issues in mind see https://github.com/nvim-neorocks/luarocks-tag-release/discussions/73) . As it stands, testing changes seems like an obstacle: - https://github.com/luarocks/luarocks-site/issues/176...

This allows to use a neovim-aware lua interpreter https://github.com/nvim-neorocks/neorocks/ `$ busted tests/` fails with ``` suite tests/main_spec.lua ...uajit-2.1.0-2022-10-04-env/share/lua/5.1/plenary/log.lua:9: attempt to index global 'vim' (a nil value) stack traceback: ...uajit-2.1.0-2022-10-04-env/share/lua/5.1/plenary/log.lua:9: in...

trying to use treesitter nodes to identify the requests, method etc instead of relying on weak heuristics. The issue I have at the moment is the root node appears as...

when testing https://github.com/rest-nvim/rest.nvim/pull/122, I realized some failures were due to `---` being used as a curl argument. Parsing the queries by "hand" is too error-prone. I hope a fix comes...

there are a bunch of errors that are not logged, for instance: ``` vim.api.nvim_err_writeln("[rest.nvim]: Last request not found") ``` is added to messages but missing from the plenary log. I...

I realized with https://github.com/rest-nvim/rest.nvim/pull/202 that shows the curl command used that `< {{TEST_DATA_FOLDER}}/payloads/v2/model.json` translates to `--data-raw HUGE STRING` instead of referencing a file. I am not sure if that's a...

I have some trouble with my fork of rest.nvim https://github.com/rest-nvim/rest.nvim/pull/174 so I thought I would try: https://hurl.dev/ with a structured enough datastructure, it should be easy to export basic requests...

In https://github.com/rest-nvim/rest.nvim/pull/122 we merged support for env session the current behavior is that on any variable change, the .env file is regenerated which I find very annoying. Rewriting the file...

and let master for those who follow nightly. The idea being that users should use tagged releases anyway but until we get better at release management (with proper testing), I...

https://github.com/nvim-neorocks/luarocks-tag-release runs some checks to check emmylua comments against the code , could be useful to run those as well.