The Wayback Machine - http://web.archive.org/web/20220524032936/https://github.com/topics/drupal?l=php
Skip to content
#

drupal

Here are 1,161 public repositories matching this topic...

PascCl
PascCl commented Apr 15, 2019

Could I get some help on how to run this tool in a Windows environment?

Our projects are inside docker containers using lando/lando, not sure if that is relevant.

Would be awesome if it was possible to install this on Windows so it is project independent.
I know how to install PHP and add things to PATH, but not entirely sure how to get started with this one.

help wanted good first issue
horaciolopesqq
horaciolopesqq commented Sep 14, 2020

A recent change in minkphp/MinkSelenium2Driver broke the iWaitForAjaxToFinish method, which throws an error and skips the test(s).

The error thrown is

Runtime.evaluate threw exception: SyntaxError: Unexpected token ;

and can be fixed by removing the semicolon at

https://github.com/jhedstrom/drupalextension/blob/master/src/Drupal/DrupalExtension/Context/MinkContext.php#L153

pfrenssen
pfrenssen commented Aug 15, 2020

The current implementation of MembershipManager::getMembership() is a very simple affair which calls ::getMemberships() to get the full array of memberships, then filters them down to the requested one.

This is slow and memory inefficient in case the user has a large number of memberships. Especially since it does a full load of all membership entities.

We should rework this to do a quer

Drupal 8 Good first issue Performance

Improve this page

Add a description, image, and links to the drupal topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the drupal topic, visit your repo's landing page and select "manage topics."

Learn more