Stephan Herzog

Results 7 comments of Stephan Herzog

@evocateur I also noticed that the `--conventional-commits` flag seems to work properly in independent mode. > though admittedly not from lerna-changelog directly Not sure how to interpret this - was...

Did you try configuring `https://github.com/postcss/postcss-nested` under the plugins key? ``` "filetypes": { ".scss": { "syntax": "postcss-scss", "plugins": [ "postcss-nested" ] } } ``` See https://github.com/postcss/postcss-scss/issues/56 for a reference.

:) Just one question. I notice that although the code is wrapped in jQuery it's mostly plain javascript. Would you accept a pull request that uses jQuery to trigger the...

Are you sure? `change()` is provided by jQuery. And all other solutions (like maybe a solution through the input's `onchange`) would, as far as I know, need careful testing because...

Thanks for your reply. I had no luck with testing them. First I tried with the original gist, then this module. The first approach by just registering the post_commit signal...