Ivan

Results 30 issues of Ivan

Drupal 10 will require PHP 8.1 which means we can make use of all new PHP features available at this moment. However, Drupal coding standards weren't updated yet to reflect...

That applies to both Composer and PHAR installation. ## Reasons 1. It seems global installation is not widely used. Most people have DCG installed as a local Composer package and...

That would make a bit easier for developers to use them. Also it would be possible to run those commands from any location within Drupal directory when Drush launcher is...

type-feature

``` $ drush migrate:import customer [error] Migration customer is busy with another operation: Importing $ echo $? 0 ```

type-bug
area-migrate

**Describe the bug** That happens when running commands that returns `RowsOfFields` in XML format. > [warning] foreach() argument must be of type array|object, null given XmlSchema.php:39 **To Reproduce** `drush pml...

area-outputformat

Details ------- Currently checkbox in admin listings are rendered with empty labels. https://github.com/bolt/core/blob/4.1/assets/js/app/listing/Components/Filter.vue#L8 That leads to bad accessibiltiy. | Question | Answer |------------------------------------------------------ | ------ | Relevant Bolt Version |...

This is follow-up for #103. Example: `task generate-completion --bash >> ~/.bashrc`

help wanted
type: feature

When registering a test named "empty element" I am getting the following error. > Unexpected token "name" of value "element" ("end of statement block" expected). That's likely because the Twig...

Drupal core use multiline block statements to set Twig variables like follows. https://github.com/drupal/drupal/blob/8.6.10/core/themes/classy/templates/block/block.html.twig#L28 Twig coding standard does not forbid this syntax. So I think _Twigcs_ should no complain about that....

enhancement
help wanted

PHP has a [native function](http://php.net/manual/en/function.php-strip-whitespace.php) for stripping comments and whitespaces.