gitressa

Results 190 comments of gitressa

Thanks, I also found pgAdmin when I was looking for the available options. But I am looking for a PostgreSQL GUI with Lando integration, like [PhpMyAdmin](https://docs.lando.dev/config/phpmyadmin.html) has. Ideally I would...

This feature would still be quite useful.

Thanks Stalebot, but this issue is still relevant.

Note that `whitelisted-ips` should also be updated `allowed-ips`, thought it doesn't seem to help here ... > changed whitelisted-ips to allowed-ips as chromedriver renamed in in 92/93 releases From [Running...

@naveenvalecha It looks like updating to @neclimdul's config from https://github.com/lando/lando/issues/3411 is the solution. Feel free to try the MR #76 (for Drupal 10) if it also works for Drupal 9.

My example in the original Issue summary, which now completes without errors: ``` $ lando phpunit --group project_browser PHPUnit 9.5.26 by Sebastian Bergmann and contributors. Warning: Your XML configuration validates...

It's because Drush is added with Composer and `composer run-script drupal-phpunit-upgrade` is run: https://github.com/thinktandem/drupal-contributions/blob/9.x/.lando.yml#L16 See also #35. I have created a PR (#41) which removes `composer run-script drupal-phpunit-upgrade` in Drupal...