Results 64 issues of Andreas

The `configstore` randomly throws this error. ``` sh .../node_modules/configstore/index.js:86 return this.all[key]; ^ TypeError: Cannot read property 'update' of undefined at Object.Configstore.get (.../node_modules/configstore/index.js:86:17) at UpdateNotifier.check (.../node_modules/update-notifier/index.js:51:28) at module.exports (.../node_modules/update-notifier/index.js:127:17) at Object.

The `configstore` randomly throws this error. ``` sh .../node_modules/sync-files/node_modules/configstore/index.js:86 return this.all[key]; ^ TypeError: Cannot read property 'optOut' of undefined at Object.Configstore.get (.../node_modules/sync-files/node_modules/configstore/index.js:86:17) at UpdateNotifier.check (.../node_modules/sync-files/node_modules/update-notifier/index.js:47:18) at module.exports (.../node_modules/sync-files/node_modules/update-notifier/index.js:127:17) at Object....

The `configstore` randomly throws this error. ``` sh .../node_modules/configstore/index.js:86 return this.all[key]; ^ TypeError: Cannot read property 'lastUpdateCheck' of undefined at Object.Configstore.get (.../node_modules/configstore/index.js:86:17) at UpdateNotifier.check (.../node_modules/update-notifier/index.js:58:31) at module.exports (.../node_modules/update-notifier/index.js:127:17) at Object....

It would be very comfortable to log not only the failed CSS property, but also it's wrong value, istead of: ````sh 27:5 ✖ Expected variable for "color". sh-waqar/declaration-use-variable ```` Better:...

https://design.axa.com/toolkit/templates/axa-com/ ![sticky-header-flickering](https://user-images.githubusercontent.com/914443/29355965-0d99ba42-8273-11e7-9484-6a8bd6b32d9d.gif)

https://design.axa.com/toolkit/components/alerts/ ![alerts-right-border-xs](https://user-images.githubusercontent.com/914443/29355348-fe317bdc-8270-11e7-8073-16d5ef8e986f.gif)

https://design.axa.com/toolkit/components/bootstrap/#buttons ![bootstrap-buttons-hover-color](https://user-images.githubusercontent.com/914443/29354898-45fedbdc-826f-11e7-9a5d-3ed789aca14b.gif)

Currently collapsing margins could mess up with distances. To prevent those possible inconsistent dimension, sizes and distances, `vertical-rhythm` with single direction `margin`'s does a great job and visually feels like...

It would be cool to run preprocessor through babel, like with the [webpack loader](https://github.com/dearrrfish/preprocess-loader)

I want to use some Icons from an existing SVG-Icons-Sprite by utilizing SVG's `` tag. Unfortunately this does not seem to work. Instead of having the `` at the correct...