Marcelo Vani
Marcelo Vani
I am getting this warning when creating terms for vocabularies that don't exist. ``` Warning: sprintf(): Too few arguments in vendor/drupal/drupal-driver/src/Drupal/Driver/Cores/Drupal7.php line 319 ``` To replicate, use this: ``` Given...
I have a situation where more than 20 sites use _references_ module. I can't figure out how to make the Drupal driver use this code unless it is in the...
I really like this library and I want to use it with AMP see https://www.ampproject.org/ **The problem** AMP validator limits the size of the CSS to 50kb. The generated `hover.css`...
This fixes the error ``` [InvalidArgumentException] Could not find package weknowinc/drupal-project with stability stable. ``` when running `composer create-project weknowinc/drupal-project /Users/marcelovani/Sites/weknowinc-site --prefer-dist`
We need to add some layer of caching to avoid having to scan and parse the chains too often.
It would be a good feature if the discovery mechanism scanned folders inside the extend/vendor folder to register any chains found - The script should scan the sub-directories - If...
We need to add a new metadata on the chains to tell the Chain Discovery whether a certain chain can be visible and executed when we don't have a Drupal...
We have a new functionality on chains: The chain discovery It allows us to run any chain just like any other command, e.g. without the --file argument Here is an...
I have a test chain `drupal test:main` https://github.com/dennisinteractive/drupal_console_commands/blob/extend_properly/chain/chain-test-main.yml It basically calls another chain _test:child_ with the arguments provided. Because _test:main_ has two options, it fails to cascade ``` - command:...