Results 44 comments of Guillaume Martigny

FWIW, I created a tool that does the exact same job. It run on Node.js only (no imagemagick), support cropping/trimming and has a nice CLI. I'm actively maintaining it, so...

For thoses with the same problem, here my solution (I use delegated event so it's a bit more complex than it should). Add this on the "focus.selectBoxIt" event ([l.1189](https://github.com/gfranko/jquery.selectBoxIt.js/blob/master/src/javascripts/jquery.selectBoxIt.js#L1189)). ```...

Since `execa('anyFile.cmd')` works as expected, I guess it's not a big deal. But is for some reason a user want to force `cmd.exe` against any command file and forget `/c`...

Colorpicker component returns a `Color` object when updated. If you want to display it, you need to parse it to string using `toString`. ```vue {{ selectedColor.toString() }} ```

Because functional didn't serve any purpose here and all the rest of the lib is template. But of course, it can be reverted if you think it's out of scope...

> Probably with functional is not possible, but you can add reading it from vnode (second parameter of render function), for example: vnode.data.staticClass This is indeed need to [be explicit...

Honestly, I don't know how to do it properly in the functional way (especially with testing). Maybe @jtommy or someone else could finish this up.

As I said in my previous comment, I'm not familiar with Vue functionnal rendering. I tried your suggestion, but I'm not able to properly test it. If i use `context.data.attrs.staticClass`...

[Minimal reproduction Codepen](https://codepen.io/GMartigny/pen/dyJbNNO) See that for the second phone-input, it's not editable.

Even better ! Should I change the issue description ?