Eduardo Morales Alberti

Results 9 issues of Eduardo Morales Alberti

I thinks is easy to include into a project, to define the autoload by composer.

This plugin is currently not compatible with Composer 2: ``` The "drupal-composer/drupal-scaffold" plugin was skipped because it requires a Plugin API version ("^1.0.0") that does not match your Composer installation...

closes https://github.com/nuvoleweb/drupal-behat/issues/59

Now the step to create a translation for a content entity only allows nodes, it should accept any type of content entity, like taxonomies for example. https://github.com/nuvoleweb/drupal-behat/blob/cd6c4cecf866fc8fa05cda5ef3e6b5d5af3b535e/src/DrupalExtension/Context/ContentContext.php#L196-L203

## Problem Could not update to 5.0.0 alpha because of conflicts with drupal/core-dev. I required the 5.0.0 alpha because I need to remove the goutte-drive requirement to use Guzzle 7...

When I check the option "Add timestamp" in the output profile, the result file is "test_name-2023-08-18_17.44.35" instead of "test_name-2023-08-18_17-44-35.mp4", the dots should be avoided on the concatenated timestamp, and I...

Why some modules are required on the composer json? Are they still in use? https://github.com/nuvoleweb/drupal-behat/blob/1.x/composer.json#L22 ``` "drupal/chosen": "~2", "drupal/coffee": "~1", "drupal/paragraphs": "~1", ```

We are saving bitmap references on our repository, but PNG images have big sizes. Exists any possibility of using optimized image formats like webp?