Matthieu Coudron

Results 221 issues of Matthieu Coudron

The tests currently dont catch https://github.com/rest-nvim/rest.nvim/issues/157 because we dont check the status of the request.

goto is not available in lua 5.1 (it is in lua 5.2) : https://github.com/rest-nvim/rest.nvim/blob/2e368cd681379f014906ad0268111eb5c95f9aa6/lua/rest-nvim/request/init.lua#L114 so it broke some of my tests. It works with luajit though but I dont think...

**Is your feature request related to a problem? Please describe.** I suppose there is already an existing ticket about this but couldn't find it. I am really interested in this...

feature

Thanks for the really nice software, it worked beautifully on my first attempt. I tried to repeat the success with neovide on this commit https://github.com/neovide/neovide/commit/b0fbf4035da55750a110472e128ed430cceca070 ``` $ git clone https://github.com/neovide/neovide.git...

bug
duplicate
workaround

## Defect Make sure that these boxes are checked before submitting your issue -- thank you! - [x] Included the relevant configuration snippet - [x] Included the relevant process-compose log...

done

I have my redis service who failed to start because I had already a running instance on my machine. The readiness probe is configured with ``` readiness_probe: exec: command: redis-cli...

There are some oddities in the display of "command" when showing "process details" (f3) in a narrow window: ``` ➜ echo $COLUMNS 127 ``` process-compose shows the end of my...

**Is your feature request related to a problem? Please describe.** I configure the team's treefmt via treefmt-nix but the team doesnt know anything about treefmt, they run it via `make...

enhancement

**Is your feature request related to a problem? Please describe.** Sometimes we dont want to format the code in place but have a look at what changes it proposes first....

enhancement

I was notified by some of our users that for instance in the following: ``` [INFO]: #nixpkgs-fmt: 47 files processed in 97.47ms [INFO]: #stylish-haskell: 572 files processed in 21.25s [INFO]:...