Ivan

Results 35 issues of Ivan

**To Reproduce** ``` $ drush st -help PHP Fatal error: Uncaught Error: Call to undefined method Consolidation\AnnotatedCommand\AnnotatedCommand::setCommand() in /var/www/d10/web/vendor/symfony/console/Application.php:565 Stack trace: #0 /var/www/d10/web/vendor/symfony/console/Application.php(668): Symfony\Component\Console\Application->get() #1 /var/www/d10/web/vendor/drush/drush/src/Application.php(208): Symfony\Component\Console\Application->find() #2 /var/www/d10/web/vendor/drush/drush/src/Application.php(192): Drush\Application->bootstrapAndFind()...

## Motivation When running multiple commands it sometimes difficult to distinguish their ouput. ```yml cmds: - some/script.sh - task: some_task - another/script.sh - task: another_task ``` ## Proposed solution Add...

state: needs triage

Related to https://github.com/symfony/symfony/pull/48125

> we going to hash that password and send it encrypted That was already mentioned in the video comments that the _base64_ is not encryption. I would like to emphasize...

1. Almost all links with icons do not have accessible name 2. Search form does not have label 3. Focused elements are not styled

https://www.drupal.org/node/1955232

The plugin complains on `drupal/core` package. ![Screenshot_20231031_214135](https://github.com/VKCOM/modulite/assets/673139/f729ff32-7e68-4c37-b170-ffe382d8e31c) I guess that's because the package installed to web/core directory through the [composer/installers](https://github.com/composer/installers) plugin. I propose using composer.json file to read installed composer...

Psalm and PhpStan are comparable in terms of functionality. However, given Drupal community has moved to PhpStan I think it makes sense to continue in the same direction.

Are all these generators still relevant? In order to reduce maintenance cost we could possibly drop some of these generators. ``` Available commands: completion Dump the shell completion script composer...