Jacob Samuel Rockowitz

Results 5 issues of Jacob Samuel Rockowitz

## Problem /dist folder is not included in the release archive. The /dist folder was understandably removed. > GitHub repos shouldn't include a dist folder. Distribution is via npm and...

💎 enhancement

Hi, @benjifisher Recently created [Issue #3022909: Update functions request non-existent services](https://www.drupal.org/project/webform/issues/3022909) in the Webform issue queue which lead me to look at Drupal core's [Issue #2918906: Changes to service definitions...

enhancement
ScriptHandler

The isPartOf column in the [schemaorg-all-https-properties.csv](https://github.com/schemaorg/schemaorg/blob/main/data/releases/14.0/schemaorg-all-https-properties.csv) is completely blank meanwhile, in [schemaorg-all-https.jsonld](https://raw.githubusercontent.com/schemaorg/schemaorg/main/data/releases/14.0/schemaorg-all-https.jsonld ) , the 'schema:isPartOf' is populated as expected. I noticed this because the isPartOf column for the https://schema.org/Schedule...

Fixed Awaiting Release

**Steps to reproduce** - Create a plain vanilla standard instance of Drupal with the Article content type. - Install the Next.js module - Configure Next.js Entity Type for Content: Article...

bug
area: next module

Pantheon's [composer.json](https://github.com/pantheon-systems/example-drops-8-composer/blob/master/composer.json) file is very similar to the one used by the [drupal-composer](https://github.com/drupal-composer/drupal-project/blob/8.x/composer.json) project. Support for the drupal-library installer-paths is missing. ` "web/libraries/{$name}": ["type:drupal-library"],` Someone noticed this issue with the...