drupal-elm-starter icon indicating copy to clipboard operation
drupal-elm-starter copied to clipboard

DEPRECATED - See https://github.com/Gizra/drupal-starter

Results 42 drupal-elm-starter issues
Sort by recently updated
recently updated
newest added

This also implies changing IDs to be type safe. ```diff - type alias ItemId = Int + type ItemId = ItemId Int ```

Use https://github.com/stil4m/elm-analyse checks for not allowing unused variables and functions, redundant parenthesis etc.

[This](https://github.com/NoRedInk/view-extra) could replace our [Utils.Html](https://github.com/Gizra/drupal-elm-starter/blob/7e3dc16fe8ab87c6e929ea8e5b31fe01e85aba0f/client/src/elm/Utils/Html.elm)

PR validates that login's block width is the expected one http://galenframework.com/ /cc @savyoncohen

Before running wdio we could `drush sql-dump > before-db.sql` And then on each iteration we could: ``` drush sql-drop -y && `drush sql-connect` < before-db.sql ``` This could make the...

https://github.com/Gizra/drupal-elm-starter/pull/138#discussion_r126349473