Brian Perry
Brian Perry
When initially experimenting with Astro I was looking into how to use Lit with it and came across this issue. My hope was for (2) - a renderer in the...
I am attempting to upgrade an existing project to Drupal 8.5 and seeing a similar conflict.
@minorOffense the [UI Patterns Pattern Lab module](https://www.drupal.org/project/ui_patterns_pattern_lab) happens to do this for Markdown files - https://www.drupal.org/docs/8/modules/ui-patterns-pattern-lab/requirements-for-automatic-discovery Even if the module doesn't fit your use case, [how it handles markdown documentation](https://git.drupalcode.org/project/ui_patterns_pattern_lab/-/blob/8.x-1.x/src/Plugin/Deriver/PatternLabDeriver.php)...
Also had luck using Lando with an M1 MacBook Pro. Installed the Docker developer preview, installed Lando (3.0.25) customizing the install to not install Docker (which I recognize is not...
Already ran into some quirks :) Upon further restarts things seemed to be getting hung up on the message Scanning to determine which services are ready... Please standby... ? I...
I've also been tracking this issue. It is specifically problematic for layouts in Drupal 8 as @aleksip mentioned. I've done some work on a module that automatically derives layouts from...
Keeping this one alive...
> You could change the default swap style to outerHTML to also swap the body. Or hook to afterSwap and call htmx.process on body. Ran into this issue as well....
Closing as resolved since a documented solution was provided.
@JohnAlbin have been poking at these tests a bit. Short term to run these tests against tests.nextdrupal.org the only suite that requires valid auth credentials seems to be `NextDrupal/crud-methods.test.ts` unsurprisingly....