Marcelo Jacobus

Results 14 comments of Marcelo Jacobus

If you open a normal teminal, attach it to temux and then open finalterm, and attach to that same session you will have zshell inside finalterm.

Hy @joonty Thank you for your response. Yeah, I get it, it is not easy to maintain a Open Source project. I think I did try to understand the code...

Plus one. I ran into the same issue, while trying to use [an action](https://github.com/lee-dohm/close-matching-issues) that uses the `query` keyword. ![image](https://user-images.githubusercontent.com/226834/145622308-2beafab4-3809-4c29-ade8-3cfd424aadf0.png) ![image](https://user-images.githubusercontent.com/226834/145628313-0d36ecea-020b-46ec-993a-75ffa4b4781f.png)

> Plus one. I ran into the same issue, while trying to use [an action](https://github.com/lee-dohm/close-matching-issues) that uses the `query` keyword. Update: For this action I actually misconfigured the query param...

Anyone maintaining it still? Please, please, please, merge it, release it.

PS: I was about to create a PR with the same [fix](https://github.com/mjacobus/machinist/commit/e9d8414fb7091f52f6d5399465f0895bbe58835d) but this one is way more elegant.

Hum... I see this is dup of https://github.com/zbirenbaum/copilot-cmp/issues/87, though I have the latest plugins, that is still a problem.

> Is this occurring globally or only with specific filetypes/languages? Also, have you tried using just copilot.lua and not copilot-cmp on the files where this issue is present? If the...

> Is this occurring globally or only with specific filetypes/languages? Also, have you tried using just copilot.lua and not copilot-cmp on the files where this issue is present? If the...

Hum, that is good input, @dgmora I opened a new buffer did `class Fib` This was the first suggestion, which I accepted: ```ruby # fibonacci method class Fibonacci def self.fib(n)...