Ben Zörb

Results 91 comments of Ben Zörb

I've added a PR to add appveyor tests (windows) to penthouse: https://github.com/pocketjoso/penthouse/pull/183

+1 Any updates for this one? @vitalets can you explain the reason for the `setTimeout(...,0)` to me. I've currently commented this line and experienced no issues so far (+ iOS...

Ok, now i got the reason for the setTimeout ;) `Error: error:inprog Action Already In Progress`

Seems this would also be fixed by https://github.com/GoogleChromeLabs/container-query-polyfill/pull/33 ;)

With this configuration you would run into unexpected conflicts when paths of installed bower components change after updating a package. In this case it should be the desired behavior for...

@pmandala you're using npm 3 which doesn't support `peerDependencies` anymore. Try `npm install --save-dev bower`

@mattkime This is currently not possible. I'll see if i can find some time soon to add support for this.

Seems like this isn't possible without JS: https://github.com/addyosmani/critical/issues/480#issuecomment-810126658 😢

This means we need to disable the debug feature and always return/inline minified css. After thinking about it i'm fine with this but this would mean a breaking change. As...

Sorry for the late response ;) Prettier is removed. For jsdom/cheerio, i used cheerio before but there were issues when it comes to inlined XML so i had to switch...