Luca Ban

Results 532 comments of Luca Ban

@raineorshine I'll try to see if I can get a PR working. I'm fine with keeping the `--semverLevel` flag, but - instead of the full param being: - `--semverLevel semver`...

@raineorshine Thanks for your insights! Personally I find `--semverLevel maxsatisfying` to be clearest in this case. : ) However, I re-read your previous comment and you mention: > In fact,...

I'll try to get to it eventually, but am a bit swamped in a couple of pending releases for some projects. 😰 if it's not yet implemented in a few...

But isn't it better if that file is bundled with the actual library?

I also believe that the icon name should be a **string literal** with only possible icon names. The current types don't offer much help in that regard: This means that...

I just want to say that the `FeatherAttributes` also is very vague. It's not clear to me knowing what options there are just using typescript.

I want to stress again how difficult it is to work with the possible options to pass. `FeatherAttributes` gives no guidance on how this options object should look whatsoever.

For my own usage in a project I went ahead and published under: `vivify.css` http://npmjs.com/vivify.css @Martz90 feel free to reach out if you want to manage the package, I can...

I believe a photo of a baby that has bruises should be illigal.

I would go for this syntax: ```js const { showModal, hideModal, toggleModal, modalOptions } = useModal({ ...dynamicModalOptions }) ```