Alex Talker

Results 32 comments of Alex Talker

@electrofelix Oh, sorry, was a bit busy past few weeks. Could you please tell me how I could install your zip archived gem into plugin's docker image? I prefer to...

@electrofelix So, trying to install your gem in latest image gave me this error: ``` # vagrant plugin install ./vagrant-libvirt-0.10.9.pre.32.gem Installing the './vagrant-libvirt-0.10.9.pre.32.gem' plugin. This can take a few minutes......

Okay, ``` /opt/vagrant/embedded/bin/gem install --install-dir /opt/vagrant/embedded/gems/2.3.0/ /tmp/vagrant-libvirt-0.10.9.pre.32.gem ``` seems to work nicely.

@electrofelix Okay, it seems to work now without the need to edit the code: ![image](https://user-images.githubusercontent.com/3531127/198883523-4aeb141c-9705-4c0c-abb3-b1ef84bc24fc.png) I did mainly the basic check of `vagrant up` and it took some time(emulation, yay!)...

@electrofelix I hope that you can publish the fix to the upstream soon, so I can discard the gem installation in favor of official Docker image =)

Yes, i too wanted it!

@bscan I feel that for `CPAN` the code hierarchy needs tidying up(and using something like `ExtUtils::MakeMaker` or such https://wiki.archlinux.org/title/Perl_package_guidelines#ExtUtils::MakeMaker ), as it now more of a collection of hacky scripts...

@bscan I have given it some more thought and I think there's a 5th step that would be next to required for such advanced scenarios: customizable mapping of paths. In...

@bscan Yeah, I probably should rephrase the description of my issue more clearly. It is true that your extension works fine in `code-server`, I just highlighted that I want to...