Emanuele Tomasi

Results 15 comments of Emanuele Tomasi

+1 It should be nice to resolve the "Unable to find sub definition" when importing a tag. Emanuele

Update. Not only in the role definition, but also wherever we use that role. Here another example: ![screenshot_20211015_151105](https://user-images.githubusercontent.com/2431105/137492385-68a71d8b-d8be-4a3b-b183-6e9dbca4977d.jpg) As you can see, the subroutine workflow wants an instance of the...

Yes. FROM centos:6 RUN yum install -y \ expat-devel \ gcc \ libxml2-devel \ mysql-devel \ perl-CPAN \ rsyslog \ && yum clean all RUN cpan App::cpanminus \ && cpanm...

Ok, thank you! I'm using the latest version (2020.2.3) Emanuele

Hi, the same problem when running tests: ``` 10:23 Missing Packages (Test::Harness) Library is necessary to perform an action. Install with cpan Install Bundle::Camelcade 10:23 Error running 'Tests from 'test.t'':...

Yes, deleting the file is not a good solution! The simplest Dockerfile you can use is: ``` FROM rockylinux:8 RUN dnf install -y \ perl \ && dnf clean all...

This is what PyCharm print: ``` 2022-05-19 23:51:43,690 [ 73357] WARN - lang.perl.idea.sdk.PerlSdkType - Error copying /usr/share/perl5 to /home/user/.cache/JetBrains/PyCharm2021.3/perl5/remote/docker_image_latest//usr/share/perl5 for docker[image:latest] java.io.IOException: Error copying /usr/share/perl5 to /home/user/.cache/JetBrains/PyCharm2021.3/perl5/remote/docker_image_latest//usr/share/perl5 for docker[image:latest] at...

I was within X window. Here how the powerline looks in a terminal: ![screenshot_1464680056](https://cloud.githubusercontent.com/assets/2431105/15666914/a5bd98f0-2713-11e6-9387-7ff3e292b79d.jpg) With your suggestion the broken glyph is disappeared. Emanuele