Wolfgang Ziegler
Wolfgang Ziegler
According to php.net 7.1 is not supported any more, so this should be udpated to a secure version: https://www.php.net/supported-versions.php Since 7.2 security supports only lasts until 30 Nov 2020 also,...
By default nuxt-axios is proxying headers when doing requests. This is a very handy feature but becomes dangerous when If-modified-since or If-none-match headers are present. We had the severe issue...
I'm trying to convert a nuxt project from static generation to use the vercel builder. It has a 'preinstall' script in package.json which enables us to access private Git repositories...
Let's support adding libraries via asset-packagist. If the setup would be done by drupal-project, adding libraries would be simple. We are using this approach for adding module-needed libraries via composer...
I really like the idea of the package, but I'm worried by its performance. composer install is very fast if everything if is in place, but only adding 1 phar...
Drupal has split up jQuery UI such that you have to specify which parts of it you need to load. Also, you can make custom builds of it just containing...
Stanbol's NamedEntityRecogniztion often generates annotations with an existing entity. That creates troubles as those annotations get linked to http://stanbol.apache.org/ontology/entityhub/query#QueryResultSet. As this URI is not a proper entity in stanbol either,...
When using annotate.js I got the following error at line 289: TypeError: $ is not a function $(':IKS-annotationSelector', this.element).each(function() { It was fixed once I assigned jQuery to $. I...
See https://www.drupal.org/project/lupus_decoupled/issues/3336148 For Drupal form support we need some frontend components handling the form submission. Here are the components we have been using so far: LupusForm.vue ```` You are offline!...