Pablo Lopez
Pablo Lopez
Hello, This one is coming from https://www.drupal.org/project/drupal/issues/3265408 If I'm not mistaken, https://github.com/mglaman/phpstan-drupal/blob/main/src/Rules/Drupal/RenderCallbackRule.php is unable to detect whether the #pre_render callable class uses a trait. In the issue above MR, the...
When you copy&paste a History.js URL in a new tab, IE http://example.com/#insights?query=one&_suid=143444279400206549510755576193 and the History.js try to get the current state, given that this is a new tab, there is...
Not all the projects require the Nightwatch.gitlab-ci.yml file. In fact, in our case, pipelines are broken when this file is included because we get this error in Gitlab. ``` Unable...
Previously, ```````.drainpipe/gitlab directory was created on demand in lines 259 & 269. However, in local scenarios. line 264 was trying to add the Nightwatch file to the directory before it...
In our Gitlab CI pipeline we are getting this error while node is being setup. ``` $ apk add --update nodejs npm fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/community/x86_64/APKINDEX.tar.gz fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz (1/5) Installing...
Drainpipe currently uses Terminus 3.2.1, while the current version is 4.0.1. We should upgrade to the current version. This is a simple change in the following file: scaffold/gitlab/Pantheon.gitlab-ci.yml The line:...