Vadym Abramchuk
Vadym Abramchuk
The hardware list (`targets.json` file) is always loaded from S3, even if the local repository is used. Thus, it's not possible to build a firmware with for custom device or...
The `maintainer:release-notes` command no longer lists `Contributors`. Steps to reproduce: ```bash git clone --branch '1.4.x' https://git.drupalcode.org/project/single_content_sync.git cd single_content_sync drupalorg mrn 1.4.2 1.4.3 -f md ``` **Resulting output**: /Add a summary...
Placeholders.js code accesses `maxlength` attribute using the object notation in the `showPlaceholder`: ``` js if ( !maxLength ) { elem.setAttribute(ATTR_MAXLENGTH, elem.maxLength); elem.removeAttribute('maxLength'); } ``` The code is case sensitive and...