Bruce B. Anderson

Results 20 comments of Bruce B. Anderson

@atotic, good question... In my experience, the requirement to be able to send, via email, for example, a snapshot of what the user is seeing, so their colleagues can see...

I am adding your component into a document dynamically, including setting the attribute dynamically. I think because you are constructing the shadowRoot.innerHTML in the constructor, rather than in connectedCallback, the...

I guess your tabs / card is pretty close.

I just ran across what appears to be a workable workaround for this issue, in case anyone else is facing this issue: use the [declare keyword with the field](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html#the-usedefineforclassfields-flag-and-the-declare-property-modifier)

I'm seeing the same thing, starting maybe a week ago? It seems to pick up updates only if you "publish" it again.

It would be nice if the "path" could be overridden by a JSDoc setting on the class. The purpose is doing that is I'm using a derived class so I...

Absolutely, WoodyWoodsta. The question is how to optimize the first visit. I doubt anyone will want to view my slides twice.

Basically, incorporating Cloudflare's html rewriter api, which provides a SAX-like event driven way of manipulating a stream of HTML, but including support for mustache syntax as well. I've been [told](https://github.com/whatwg/dom/issues/1217#issuecomment-1695767033)...

If such a request seems wildly out of bounds of what the browser vendors think it is appropriate to support, I can save myself and everyone else the effort of...

Thanks for the feedback. Hopefully it is clearer now. If not, let me know what isn't making sense. Thanks for considering this proposal.