Bruno Meneguele
Bruno Meneguele
@bukephalos are you trying to open a file in the same directory you're `cd`ed? For instance: ``` $ cd test/perl/ $ nvim test.pl ``` or are you trying to open...
> I still have a laptop I can try and perhaps set up a totally clean VM (will take some time) No need, I might have an idea on what's...
@bukephalos, hi again. If you move your test.pl to any other folder other than your home dir, something like `cd && mkdir test/ && mv test.pl test/`, then run `vim...
Ok, so I might have found the culprit, but not sure how to solve yet. The issue is on the server. And with variables: it should work. At least I...
It just works here, lol. But wait, lets debug one thing at a time. First, I'll keep diving into server code to figure out the issue we're seeing when `gd`'ing...
Where's the "table flip" emoticon/gif when I need it? lol! So, just to give you a perspective on what I've found on the server: richterger/Perl-LanguageServer/issues/186 That's not the culprit of...
@bukephalos I'm really sorry, this week things got a bit crazy around here and had no time to check the fix for this situation. For now, I suggest keeping the...
@bukephalos, even though I didn't get to the bottom of this issue, coc-perl now officially support PerlNavigator :-) Feel free to use it via coc-perl while we don't make Perl::LanguageServer...
> @bmeneguele Could you try a work around for me? > > `$ git commit -m "\"$( > I think if you can get `Parse` to pass quotes to `csv`...
At first, we can just print enough information for the user and let one deal with adding that public key to the correct place: "allowed_signers" file in case of SSH...