codebymikey
codebymikey
https://drupalconsole.com/installer seems to be working now. Hi @jmolivas, would it be possible to attach the phar to the latest release? This will allow people to install a specific version of...
Hi @dmouse Is there any particular reason the phar/launcher isn't attached to each Github release? That'd certainly avoid issues like this while reducing the stress on your servers.
The updated list should be ```javascript const externals = [ 'a11y', 'annotations', 'api-fetch', 'autop', 'blob', 'block-directory', 'block-editor', 'block-library', 'block-serialization-default-parser', 'blocks', 'components', 'compose', 'core-data', 'data', 'data-controls', 'date', 'deprecated', 'dom', 'dom-ready', 'edit-post',...
Hi, `cache_duration` is in seconds. And good to know it's been fixed by a cache clear - the change itself shouldn't require any configuration change. Every time a deploy is...
Plus one. Having the same issue. Fixed it. Turned out to be an issue with my [catalog.xml](https://magento.stackexchange.com/a/141375/57917) file. Adding the `varien/product_options.js` line under my `catalog_product_view` tag worked like so worked:...
This appears to be related to Google maps and it not sending CORS headers with its images. https://github.com/niklasvh/html2canvas/issues/485 Since the error occurs on this line: `img = _canvas.get(0).toDataURL();` I propose...
Attached static patch. [composer-lock-diff-43-drupal-support.patch](https://github.com/davidrjonas/composer-lock-diff/files/11746130/composer-lock-diff-43-drupal-support.patch) [composer-lock-diff-43-drupal-support-v2.patch](https://github.com/davidrjonas/composer-lock-diff/files/12279516/composer-lock-diff-43-drupal-support-v2.patch)
You may use https://css2xpath.github.io/ to handle this in the meantime if the CSS selector is known beforehand.
That's a good idea, I think https://github.com/joachim-n/dorgflow is also an interesting project to potentially integrate for working with Drupal patches. https://github.com/mglaman/drupalorg-cli is also interesting, but wasn't as flexible from my...