ErikGrimes

Results 4 issues of ErikGrimes

Wal-e appears to install all of the Azure libraries. Is this necessary? Installing only the azure-storage-blob package would reduce the size by ~131 MB resulting in significantly more compact images...

Debug/logging information generated by JavaScript libraries is not reported in the test output.

type-enhancement

The description and authors displayed by pub.dartlang.org in package listings and search results don't match the current pubspec for the package. For me, it shows Gunter and I as authors...

_main_app.html_ ``` :host { display: block; } ``` _main_app.dart_ ``` @PolymerRegister('main-app') class MainApp extends PolymerElement { @property RecursiveItem item; /// Constructor used to create instance of MainApp. MainApp.created() : super.created();...