Matthew Grasmick

Results 15 issues of Matthew Grasmick

1. Site owner has placed custom modules in `modules/contrib` 2. Site owner has placed contributed modules in both `modules` and `modules/contrib`. 3. Provide a custom `template.gitignore`. Add option `--gitignore=my.gitignore`. 4....

enhancement

I'd like to post the following instructions on the /download page on Drupal.org: composer create-project drupal-composer/drupal-project --stability dev --no-interaction However, I'd prefer that it require a stable tag for drupal-project...

State: Confirmed
Type: Chore

I find that running `$version_parser->normalize('1.30.1');` will return `1.30.1.0`. That's not valid SemVer. It stems from this: https://github.com/composer/semver/blob/3953f23262f2bff1919fc82183ad9acb13ff62c9/src/VersionParser.php#L138 I suspect that I'm missing something, because this seems like too much of...

Relates to [Migration errors related to field cardinality](https://www.drupal.org/node/2657672)

Drupal 7

This adds an additional class to each active slide in the form of `tns-slide-active-[nth]` where `[nth]` is the counted up from the first active slide. E.g., if 3 slides are...

**Is your feature request related to a problem? Please describe.** I found it very confusing that despite configuring both Drupal and PHP to NOT display deprecation warnings, I continued to...

Enhancement

## Description I am using [this sample app](https://github.com/espressif/esp-idf-provisioning-ios/tree/master/Example/ESPProvisionSample) to provision an ESP32 device. The device is running [this sample project](https://github.com/espressif/esp-idf/tree/master/examples/provisioning/wifi_prov_mgr). I can find the device, scan wifi networks, and send...

When [Lightning Core](https://github.com/acquia/lightning_core) is installed at `docroot/modules/contrib/lightning_core` and `$this=>locateRoot('docroot/modules/contrib/lightning_core')` is executed, Drupal Finder will incorrectly assume that `docroot/modules/contrib/lightning_core` is actually the root. This is due to [Lightning Core's composer.json](https://github.com/acquia/lightning_core/blob/8.x-4.x/composer.json), which...

I have a directory structure like this: ``` composer.json docroot - composer.json vendor ``` When I am working in the docroot directory, Drupal finder incorrectly identifies the docroot as the...