Tanner Nielsen

Results 25 comments of Tanner Nielsen

I believe I'm having the same issue with macOS, same Docz version, and Node 14.18.3. From the browser console it appears that changes are detected, but the components aren't updating...

Hi @andreabosman16, thanks for finding this. I don't have experience with WebComponents, but my understanding is this is an issue related to [extending `HTMLElement` in general](https://stackoverflow.com/a/62743456), not `ts-mixer` specifically. >...

Alright, in that case I'm going to need some kind of minimal reproducible example in order to troubleshoot this. Alternatively PRs are welcome if you have an idea of how...

Hi @marmaak -- thank you very much for the clear description of the issue and a possible solution. I understand what's going on now, but I'm not necessarily sold on...

@marmaak Thanks for offering to help. I think what you describe isn't too far off what I imagined. Rather than allowing users to override a single `copyProps` call however, I...

Hi @Nxtivision, the first thing I'm curious about is whether it's necessary to use `ts-mixer`'s proxy settings in your case. I can't say for certain without doing a deep dive,...

Thanks for raising the issue. `WeakMap` indeed seems like a simple fix. I'd happily accept a PR! Ideally we'd also want a mocha test that verifies that the memory leak...

Hi @yaquawa, thanks for the interest in the library. I think some diagrams illustrating the two underlying mixing methods (prototype mixing and proxying) would be helpful for people to see,...

In the meantime [this](https://github.com/tannerntannern/ts-mixer#settings) might shine some light on how the mixing is accomplished under the hood