gitressa

Results 54 issues of gitressa

Since [Drupal 10 requires composer 2.3.6 or higher](https://www.drupal.org/docs/system-requirements/composer-requirements) the install fails. Temporary fix is adding `composer_version: '2.3.8'` in `.lando.yml`: ``` services: appserver: composer_version: '2.3.8' ```

> Drupal 10.0 had a minimum version of Node.js 16 for core JavaScript development. Node.js 16 is end of life in September 2023, and so Drupal 10.1 will now require...

## Problem When you run a PHPUnit test, you get this warning: ``` $ lando phpunit web/core/tests/Drupal/Tests/Core/Password/PasswordHashingTest.php PHPUnit 9.5.26 by Sebastian Bergmann and contributors. Warning: Your XML configuration validates against...

To recreate spin up a Drupal 10 instance, download the project_browser module and run the test: ``` $ cd web $ composer require drupal/project_browser:1.0.x-dev@dev $ lando phpunit --group project_browser PHPUnit...

Find a relevant contrib module patch for Drupal 10 and update [Test a Contrib Module Patch](https://github.com/lando/drupal-contributions/tree/10.x#test-a-contrib-module-patch) example in `README.md` file.

Something strange was happening. It looked like Lando `Node.js` was at `v16.x`, but the `commit-code-check.sh` found `v14.x` ... ``` $ lando ssh -c "node -v" v16.14.2 ``` **commit-code-check.sh** ``` $...

It seems like patches for `composer.json` and `composer.lock` don't apply, probably because Drush is added during `lando rebuild` ... See for example [Export configuration YAML strings as multiline](https://www.drupal.org/project/drupal/issues/2844452) where the...

**Describe the bug** If you have a Drupal installation in another language than English, you cannot define the severity level in English but have to use the installation language, or...

To respect user privacy, usage of external resources should be kept at a minimum, or avoided entirely. The Geolocation module contacts the external web site unpkg.com for the https://unpkg.com/[email protected]/dist/leaflet.js file,...

The **Latest** release according to the project page (https://github.com/lando/lando) is `3.0.26`: ### Releases (133) **v3.0.26 Latest** `on 23 Feb` `+132 releases ` But using the [recommended method of installation](https://docs.lando.dev/basics/installation.html#linux) gives...

bug
stale