Michael Stramel

Results 138 comments of Michael Stramel

@brettpostin what version of the `marked-element` are you using? I'm not able to reproduce https://jsfiddle.net/stramel/qfbwsLj6/

@brettpostin Can you try out the latest version? I think it may have been some kind of timing issue that should be resolved with the `MutationObserver` that @e111077 added.

As @robdodson was saying `.gitignore` does get renamed to `.npmignore`. There is a good conversation here https://github.com/npm/npm/issues/7252 but ultimately would need a work around from the sounds of it.

Yeah, I noticed it was way out of date the other day too. Forgot to get around to posting an issue.

If you specify the template in the first command it won't take you through the menu so that is expected. We are still waiting on the PSK submodule to be...

These properties are driven by the [marked](https://github.com/chjj/marked#sanitize) library API. I would bring it up over there. I don't know enough about the details about it.

@abdonrd it looks like just a labelling mismatch. The CLI looks for `generator-polymer-init-` when you pass an argument to `polymer init`. When it generates the list it is pulling the...

@andimclean which gulp version are you using? You should be using gulp4 installed using `npm i -g gulpjs/gulp#4.0`

This is fixed in the latest build process.