Peter West

Results 20 comments of Peter West

My solution was to directly use the upper level library (https://github.com/gavro/gulp-iconify/blob/master/lib/iconify.js) which does the actual embedding.

Looking forward to this feature, will be super useful!

It is a shame the non-mutating behaviour will be lost though, since it's so low overhead.

I think I understand what you're saying, and that sounds great! But in regard to your question, I have absolutely no idea.

Here's my version of the same thing. It's not as feature complete as yours, but mine returns the original object unless it would be mutated. ```ts import { mapValues, pickBy...

Ace, thanks! I will be trying this out in the next few days.

Not yet, sorry! I will try to have a look tonight.

Okay, so this seems to be the most sensible/minimal setup: ``` import 'undom/register'; import { config } from 'preact-render-spy'; config.createFragment = () => document.createElement('body'); ``` Although I'm not sure where...

Just looking through the code on master and latest release https://github.com/eternicode/bootstrap-datepicker/blob/v1.5.0/js/bootstrap-datepicker.js#L423