Brad Berger
Brad Berger
Was wondering if it would make sense to automatically merge environment variables into the configuration so they would be available to use with the `"%variable%"` syntax. This should be quite...
Applies `flutter format` to `flutter_signature_pad.dart` and bumps the version.
Quick addition of media queries to make layout work a bit better on smaller screens. Should work down to the smallest of screens, i.e. 240px. [](https://reviewable.io/reviews/angular/dashboard.angularjs.org/20)
One somewhat helpful feature of `WaitGroup` in go is that it throws a [panic if the counter is negative](https://golang.org/src/sync/waitgroup.go#L70). Would like to suggest throwing an exception under the same circumstances...