Adam Balsam

Results 10 issues of Adam Balsam

Hello! Are there any plans for tagging a new release of this? Any blocking issues we can help with? The `~2.0` constraint on `phpdocumentor/reflection-docblock` in the latest release is causing...

This PR adds the Acquia Pendo module to Lightning and installs it out of the box. It does not enable the module on existing sites. Public issue: https://www.drupal.org/project/lightning/issues/3121822

`composer-patches` ends up leaving a stray directory after trying to apply patches to `drupal/core` in the wrong place. Lightning Project should use the `patchLevel` key to declare that `drupal/core` patches...

See #96 Adding the steps defined in #96 won't work without the additional values and instructions provided in comments here. Someone from the CDE/Pipelines teams should verify this. Also need...

Recipes provided by Drupal CMS should be grouped into two main categories: 1. Installed by default 2. Not installed by default Recipes in Category 2 should be exposed in the...

1. [CURRENT PRIORITY] As an early user of Drupal CMS, I want a curated list of a few reasonable recipes exposed in the UI. (Multilingual) 2. As a long time...

The webroot directory name, in particular, is pretty baked into the Composer scaffold. I'd like to figure out how we're going to support this (or reject it) sooner rather than...

There doesn't seem to be any enforcement of mixing `snake_case` for variable names with `lowerCamelCase`. (For example, the following variable passed PHPCS: `$commit_messageFailedPatches`) Can we add something to enforce one...

#70 implies that all of the recipes will be developed in a monolith repo (as it is currently). But we should have automation that splits the atomic Recipes into their...