Ryan Hovland

Results 7 issues of Ryan Hovland

I recently upgraded to Drupal 9.2 which includes Composer 2.1.0 I'm using version 1.7.1 of composer-patches on my project When changing out existing patches on a package normally composer removes...

**Describe the bug** When trying to remove watchdog entries using a string to search for in the message no results are found if the message contains a backslash. Messages such...

# Bug report ### Title Cannot install due to wrong directory permissions ### Issue Description Using the directions provided in the README file using `composer create-project` the configuration step fails...

Documentation

https://github.com/drupal-composer/drupal-project#updating-drupal-core ``` composer update drupal/core webflo/drupal-core-require-dev symfony/* --with-dependencies ``` Since the change to webflo/drupal-core-require-dev it is now nessasary to specify that when updating core or nothing happens https://github.com/webflo/drupal-core-require-dev/issues/3#issuecomment-386119186 Suggest changing...

When I use this to convert an indented line to a code block the current indentation is ignored ``` 3. ### Setup HAProxy 1. Install HAProxy sudo apt install haproxy...

If a view in Drupal has multiple pages it seems that only the first page is crawled and the rest are ignored. Is this by design? Is there a setting...

It would be great if we had a option to set the php version to whatever the max supported version is in drupal core. Like right now we have a...