Aleksi Peebles

Results 48 comments of Aleksi Peebles

I think this is related to [pattern-lab/patternlab-php-core#16](https://github.com/pattern-lab/patternlab-php-core/issues/16) and that in many cases at least it would be useful if arrays weren't merged even in pseudo-patterns.

@dmolsen Sounds good! Just making the connection to the existing core issue, as I believe this is about the same case regarding often expected/desired behaviour with array values. So maybe...

A big +1 for this. UI Patterns and Display Suite Chained Fields would make a great combo for site builders, reducing the need for custom preprocess code.

I like the `tags` idea, `weight` could be hard work to update if there are many patterns? So maybe first sort by tags, then final sort by label alphabetically? :)...

I have come across this as well. Can confirm that the bug appeared in 3.1.1. Also, this issue looks like a duplicate of #258.

`drush config-set stage_file_proxy.settings` has suddenly stopped working for me too, getting `[error] Config stage_file_proxy.settings does not exist`. Edit: Discovered that this was due to a module not being properly uninstalled...

Looks like there is a new issue (#480 and https://www.drupal.org/project/drupal/issues/3045349) that would have been mitigated by using `webflo/drupal-core-strict`. Seems like a reasonable idea to default to using core dependencies that...

I guess the importance of DX depends on the intended users/use cases for this project? My impression is that `drupal-composer/drupal-project` is the most popular starting point for Composer based regular...

The [official Drupal documentation on Composer](https://www.drupal.org/docs/develop/using-composer/using-composer-to-install-drupal-and-manage-dependencies) states that "the recommended approach (**especially for beginners to Composer**) is to use the composer template at `drupal-composer/drupal-project`". (Emphasis mine.) Based on comments here...

Adding the required support for plugins could prove to be a lot of work. Full PHP support would probably also require changes to both `engine-twig-php` and the "third-party" `basalt/twig-renderer`. An...