Fran Garcia-Linares
Fran Garcia-Linares
While working on https://github.com/Lullabot/drupal9ci/pull/79 it was obvious that a lot has changed since last year (as it should in our world). * Latest Drupal is now PHP8+ compatible, which means...
When there are global functions in the code: * These aren't linked to the source code, so there is a big list of functions coming from multiple files but it's...
Closes #796
Currently, there is no class to help with https://docs.gitlab.com/ee/api/personal_access_tokens.html#list-personal-access-tokens endpoints. It'd be great if one is added.
On a D8.3.7 installation. I downloaded the module via `composer require drupal/react_admin`. I've run the step mentioned in the readme file: `cd js && yarn install && yarn run build:js`...
The words `blacklist` and `whitelist` could be replaced for more inclusive ones, like `allowlist` or `denylist` ([useful reading](https://www.splunk.com/en_us/blog/learn/blacklist-whitelist-inclusivity.html)). Some frameworks and libraries have already implemented this, for example: - `chromedriver`:...
Recreating #797 against the latest project branch. Closes https://github.com/GitLabPHP/Client/issues/796
# The Problem/Issue/Bug https://github.com/shaal/DrupalPod/issues/156 ## How this PR Solves The Problem It sets a default value when none is set. ## Manual Testing Instructions Trigger a Drupalpod creating without selecting...
## Describe the bug If no profile is selected in the widget, the installation fails. To solve this, we could: - Set a default value - Or make the field...