Till Niese

Results 4 issues of Till Niese

Concureent `setItem` and `getItem` can lead into an unahdled `does not look like a valid storage file`: > parse error: {} for: > Error: [node-persist][readFile] .node-persist/storage/37b51d194a7513e45b56f6524f2d51f2 does not look like...

I saw this question [Handlebars subexpression throws “options.fn is not a function” error](http://stackoverflow.com/questions/39061430) on stackoverflow: The OP was asking why `{{#and (gt 4 3) (gt 5 4)}}OK{{/and}}` will throw a:...

Is there a reason why `juice` not use the informations stored in the `style` attributes for: - applyHeightAttributes - applyWidthAttributes - styleToAttribute e.g. `` will remain ``. But img {...

Suggested Feature

`browserslist` has the ability to use `supports [feature]` to query against caniuse features. So something like this also works with `browserslist-useragent`: ``` matchesUA( 'Mozilla/5.0 (Windows NT 10.0; rv:54.0) Gecko/20100101 Firefox/54.0',...