Emanuele Tomasi
Emanuele Tomasi
Hi, I have this problem with docker (for example clicking on Tools -> Perl -> Refresh Interpreter Information): ``` 15:55 Synchronization Problems: 5 of 7 directories synchronized, 2 problems occurs....
As the [documentation](https://metacpan.org/pod/Role::Tiny#requires) says, the requires keyword: "Declares a list of methods that must be defined to compose role.". So, we obviusly can't jump to the sources, but we should...
Hi, I have tried to use Perl::Critic and Perl::Tidy on my code, but it doesn't seem to work. I have these errors:  but both packages are installed on my...
Is there a option to see the text/plain part of a multipart/alternative MIME? If a have a mail as text/plain and text/html, only the HTML part is rendered. Thank you...
**Product:** PyCharm 2022.2.1 (Professional Edition) **Plugin:** Perl 222.2964.55-EAP-SNAPSHOT The plugin no more suggests the name of methods. As you can see in this image, it seems unable to find the...
Hi, **Config file** ``` [rc] RCVersion=1 use_copy=true use_primary=true synchronize=false save_history=false history_pos=false history_x=1 history_y=1 history_limit=25 data_size=0 item_size=5 automatic_paste=true auto_key=false auto_mouse=true key_input=true restore_empty=false rc_edit=false type_search=true case_search=true ignore_whiteonly=false trim_wspace_begend=true trim_newline=false hyperlinks_only=false confirm_clear=false disable_clear=false...
Hi, when I run cssh I have these errors: ``` Use of uninitialized value $filename in hash element at /usr/share/perl5/App/ClusterSSH/Host.pm line 70, line 1. Use of uninitialized value $filename in...
@deb0ch I have just updated powerline with latest two commits, but see what it's happened: Before:  After (UTF-8 character undisplayed):  Is it something wrong on my config? Emanuele
I don't have pyflakes but the default setting for PYFLAKES is True. ``` pyflymake.py -d parser.py DEBUG pylint --msg-template {path}:{line}: [{msg_id}], {obj} {msg} --reports n --disable= parser.py DEBUG PylintRunner stderr:...