Ingmar Hergst

Results 3 issues of Ingmar Hergst

A custom element adding dynamic scroll shadows to the contained element. https://github.com/ingmarh/scroll-shadow-element

`url-join` had a bug, leading to an additional "/" that was appended to the URL send with `PiwikTracker.track`. ```bash # with url-join 1.1.0 $ node -pe "require('url-join')('/path', '')" /path/ $...

In a universal app, we want to use `postcss-wrap` also on the client-side with Webpack. Unfortunately, our build fails with `Critical dependencies` warnings caused by [this issue](https://github.com/Marak/colors.js/issues/137) with the `colors`...