Ivan

Results 59 comments of Ivan

> is it ok to enable GZ compression? I don't know.

+1 Imported translations in Drupal are never get deleted.

`variables` column is of blob type. I don't think we can add it `where` condition. So the only way search such messages is loading DB entries one by one. >...

Actually, moving core theme generator under `drush generate` namespace would be tricky. `generate-theme` has quite a lot of own options that would become available to all generators if we support...

I think the current implementation may cause troubles for non-SR users that do not use mouse for navigation.

The issue can be noticed on TNS demo page as well. http://ganlanyuan.github.io/tiny-slider/demo

@I-Valchev I am not quite familiar with Bolt internals to fix this properly.

Would be nice it those buttons had accessible name. https://www.drupal.org/project/leaflet/issues/3232474

DCG has got similar wizard recently. `drush generate project --directory=/path/to/project`

> What's DCG? https://github.com/Chi-teck/drupal-code-generator I think the approach with script handlers in Composer template will always be tricky because of the need to update/remove existing files.