Josh Waihi

Results 21 comments of Josh Waihi

I've forked your repository and have begun working on a test framework based on PHPUnit. So far so good. Some things to ponder over though: 1) I introduced a constant...

Is ripping the translation stuff out really a good idea? How does Drupal then merge DBTNG changes back into its core?

I'm guessing drush status --format=json didn't return a key called drush-version? Can you provide what it did return? Trying running drutiny with -vvv to see deeper outputs.

I haven't done any testing around revisions so I'm not sure yet. My plan was to look at that inline with content workflow logic. This, for now, is about seeing...

Since JSON:API can only handle either the default revision or the latest revision, I've made a small update locally so that preview always pulls the latest revision rather than the...

I confirmed this bug only exists in dev mode and works fine from `npm run start`

@shadcn could you give this another review? From your perspective, what is holding this back from merge?

In Acquia CMS we want two modes of headless operation: - pure headless where Drupal's node view capabilities are disabled - hybrid mode where Drupal can continue to render content....

I've opened #241 to share what we've done to date. I think we'd want to extend it to - Allow the HtmlRenderer intervention to be disabled (so Drupal could still...

Being a block, would it only work on an entity view page? This wouldn't work in scenarios where Drupal was a hybrid CMS unless you relied solely on the site...