Alexandr Evstigneev

Results 295 comments of Alexandr Evstigneev

Ok, I refreshed my memory. This is more a UX question, technically it is correct. Consider following example: ```perl use strict; use warnings FATAL => 'all'; use v5.30; my %hash...

Probably icons should be adjusted for starter. We should have different ones for `$`/`@`/`%` and `\$`/`\@`/`\%` May be a sigil on the blue background for the reference could work.

There is no issue, just stumbled on it while migrating to re-usable workflows.

There is some pretty nasty race on windows. Reproduced with ruby 3.1.2 & sprockets 4.2.0 (rails 7.0.4) Have reproduction steps and done my own investigation. The problem is that the...

@eregon could you please take a look at this? Seems pretty easy to fix.

you should probably see https://youtrack.jetbrains.com/issue/RUBY-16865

It is unclear why the plugin need to override `-j` option I pass explicitly in the `build_args`

Something broken in last 24 hours. See: https://github.com/Camelcade/Perl5-IDEA/actions In: https://github.com/Camelcade/Perl5-IDEA/actions/runs/4587619448/jobs/8101343504 ``` git clone --depth 1 https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.11.2 && ~/.asdf/bin/asdf plugin add perl || ~/.asdf/bin/asdf update bash -c '~/.asdf/bin/asdf...

In https://github.com/ouest/asdf-perl/commit/e49d5066af159b7bd43a665d4b3b3dae61ae72b6 you are running `reshim` after perl installation, but this is not what ticket about. I guess `asdf` does reshim after `install` command by itself. `asdf reshim` should be...

Here is information about testing on GHA: https://github.com/asdf-vm/actions#plugin-test