Elvin Aslanov

Results 40 issues of Elvin Aslanov

The title pretty much describes it all. **Is your feature request related to a problem? Please describe.** No such option in hyper.js **Describe the solution you'd like** A preferences option...

![Screenshot](https://i.imgur.com/FIXFC8x.png) > This pragma provides an easy and convenient way to enable or disable experimental features. https://perldoc.perl.org/experimental --- Since `experimental` is a standard Perl pragma (as written in lowercase) like...

[printf](https://github.com/Perl/perl5/blob/blead/dist/IO/lib/IO/Handle.pm#L421) method is defined in [IO::Handle](https://perldoc.perl.org/IO::Handle#METHODS) module ![Screenshot](https://i.imgur.com/5THNsBD.png) I don't know if it's possible to add definition for filehandle OO methods, but that would prevent warnings from showing up. Thanks.

It hit me many times everytime I do `File` -> `New` -> `Perl5 File` I accidentally create a module with `.PM` extension instead of a script. ![Perl script](https://i.imgur.com/QIZbltt.png) I think...

Question
File Templates
Usability problem

To affect `Reformat Code` (Ctrl+Alt+L) ![Space after backslash](https://i.imgur.com/hqMwqB3.png) And probably for other **unary operators** as well.

Formatting

Capitalize Perl where it is referred to the language rather than the interpreter. Format one direct interpreter reference as code.

documentation

### Describe the bug The format for `inspect` command documentation is scattered around. https://metacpan.org/pod/Rex::Commands#inspect($varRef) ![Screenshot](https://i.imgur.com/rYYz9Ju.png) ### Expected behavior Proper POD rendering in MetaCPAN ### How to reproduce it Read https://metacpan.org/pod/Rex::Commands#inspect($varRef)...

bug
easy-to-fix

### Describe the bug [desc](https://metacpan.org/pod/Rex::Commands#desc($description)) says: Set the description of a **task**. ```perl desc "This is a task description of the following task"; task "mytask", sub { say "Do something";...

bug
docs needed

### Describe the bug df actually returns empty hash reference with or without a device argument in FreeBSD 13.1 (latest) release > This function returns a hash reference which reflects...

bug

hello, i have read the [instructions](https://rakudo.org/star/source) installing the `devel/p5-ExtUtils-Config` dependency as instructed for the platform i'm building on: `doas pkg_add git p5-ExtUtils-Config` installing **2020.05**, after fetching the `rakudo-star` tarball and...

os:openbsd