Marshal27

Results 30 comments of Marshal27

+1 the dist in closed PR [661](https://github.com/showdownjs/showdown/pull/661) so far works well.

Hi Bryan, I really appreciate you taking the time to respond so quickly on this. I did take a look at the `package-lock.json` file of my NPM project and there...

Thanks again Bryan for your help. I was able to confirm that by modifying the src in node_modules to remove all dependencies from the package class and return a hello...

@devknoll monkey patching `Element.attachShadow()` seems to work well, however, the biggest hurdle I am running into is that the `CSS_Object_Model` does not have the `CSSContainerRule` yet. >When the CSS text...

@devknoll Think I may have it sorted, updating PR now.

In my scenario I needed access to my iconRegistry. I modified the HTML markup in the template of this library to the following and it gave the library the flexibility...

@tendigitdude ngc-float-button.component.ts I modified the template template: ` ` and then just pass your svg icon to the component via the icon input `` this is a basic example of...

Would the pattern of creating a `MutationObserver` per controller be a viable option for solving this? That pattern seemingly works well in the `ShadowRootController` but I am not sure if...

@devknoll I just realized you pushed a commit with some significant changes while I was working on this. I will take a look at the new iteration.

> Apologies for the churn -- I was hoping to get those changes in _before_ you rebased 🙂 no problem at all, I welcome the feedback/interaction 😄