Alvaro Muñoz

Results 127 comments of Alvaro Muñoz

Seems there is a problem opening the device

Actually, it seems the PR works! but you have to close the Stream App first :(

I cant reproduce the issue, If I enter `:Octo ` then I got this ![image](https://user-images.githubusercontent.com/125701/196117561-6668d456-d7ae-4d18-b76c-0f8bef10d271.png) Not sure if your OS is related with the issue, but unfortunately I dont have...

> Also when I enter a wrong command, nothing happens, would be nice to have a warning o error for this(vim.notify) This should be fixed, now, please let me know...

> Yeah it is thanks, I feel the message a little long Yep you are right, too many actions. I shorted it a bit

If it helps, command completion is handled here: https://github.com/pwntester/octo.nvim/blob/master/lua/octo/commands.lua#L15-L17

Weird, just tried with `NVIM v0.9.0-dev-bd7ca10` and it works for me? Does it work if you create you own command with your own completion function?

That is odd indeed, I have done a little refactor of the completion function. Not sure if it will fix your issue, but please give it a try and let...

Still works for me with your minimal conf. Both entering `Octo is` and `Octo ` ![Recording 2022-10-19 at 09 05 39](https://user-images.githubusercontent.com/125701/196620424-37b051d3-79eb-4fef-8d01-9c92f3f70064.gif) However, as you can see in the video, cmp-cmdline...

Do you have a non-windows machine to test that out?