Fabian Franz
Fabian Franz
Great project - looks really nice. I would have expected 9p with the nice rust tokio runtime to easily beat sshfs, but it turns out sshfs is faster by factor...
Document new parameter from PR
It is getting crowded for the environment variables. Ensure that things like DRUPAL_TI_BEHAT_SCREENSIZE_COLOR 1280x1024x16 etc. can be specified by runners/behat like defaults/behat.sh: ``` bash drupal_ti_default_configuration DRUPAL_TI_BEHAT_SCREENSIZE_COLOR "1280x1024x16" ``` and commented...
drafty specifies field_collection and entity_translation only as test_dependencies[], which drush does not support. It also fails on drush/drush:master completely as it specifies drafty_enforce, but drush can't find it - even...
https://github.com/drupal-media/url_embed/pull/6 should not be needed for each project. Support properly via an option within DRUPAL_TI: ``` # Auto-detect if composer.json with type: 'drupal-module' is present # Use 0 to disable,...
### Motivation Once #337 is implemented we have one rwlock per hash table entry. A hash table entry is a pointer to a list head and the list head then...