Hannes Kirsman

Results 32 comments of Hannes Kirsman

Sama problem here. Using chrome 14 and Firefox 6.

It works in Firefox 4 though if you enable network.websocket.override-security-block in about:config So the protocol has changed. It had security flaws and it's still being developed. It would be cool...

For some time yes until this is still in branch and not yet in main. I would then be ableo to continue working with other features until that's merged. I...

If current clean install has 8257 inc+php files in D8, then I'm pretty sure this can double easily with contrib. Future proof would be atleast 16229

One of the issues we have is that PHPUnit tests yell ``` Drupal\Core\Entity\EntityStorageException: Table name must match the regex /^[a-zA-Z]\w{1,64}$/ │ │ /app/web/core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:846 │ /app/web/core/lib/Drupal/Core/Entity/EntityBase.php:395 ``` Interestingly it only fails...

It seems this overwrites Code Quality hooks so rest of the scanners don't execute anymore (phpcs, psalm etc). Also this scans all the files, Code Quality scans only the committed...

I know in Lando they do some overrides for database to speed things up - at least for the writing part. One was this https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_flush_log_at_trx_commit and that speeds up things...

I did another benchmark on Vanilla DDEV and latest Maria DB. I also unpacked the db to only count importing time. MariaDB Test 1: 10m 27s Test 2: 9m 54s...