David Escribano García
David Escribano García
Looks like all the terminal related stuff works differently in `vim` and `neovim`. So it's probably a bit of a pain. This quick & dirty hack could be a start:...
> If GitHub open-source those, yep. Sadly the new Copilot features are very coupled with VSCode at this moment. > > This plugin was possible because of this: https://github.com/github/copilot.vim/tree/release/copilot/dist I...
Any news on this? Is it fixed? Similar issue when my code contains something like: ``` print("${key}"); ``` `print("$key")` looks ok.
Thanks for the work. This one seems to break it currently: ``` my $x; if ($x =~ m/^asf$/) { } ``` Also this one: ``` my $x; if ($x =~...
Weird. 
Another one: ``` use strict; use warnings; =head1 METHODS =head2 test1 Test =cut sub test1 : Path('/') { } =head2 test2 Looks good. But now... =cut sub test2 : Path('/')...
@ganezdragon forgot to inherit from [Catalyst::Controller](https://metacpan.org/pod/Catalyst::Controller) in the example. Fixed version: ``` use strict; use warnings; use base qw/Catalyst::Controller/; =head1 METHODS =head2 test1 Test =cut sub test1 : Path('/') {...
> I would recommend using another hypervisor such as [Oracle VM VirtualBox](https://www.virtualbox.org/) or [QEMU/KVM with Libvirtd](https://itsfoss.com/qemu-ubuntu/) on Linux to boot umbrelOS. > Litvirtd didn't work by default for me. I...