Josh Goebel

Results 1696 comments of Josh Goebel

Perhaps you need to be loading the ESM module rather than the CJS which is going to expect Vue to be declared globally?

Yet, the esm source *never* once references `Vue`, so your error makes no sense?...

> I am wanting to "plug this in" and am apt to "make another package" I'm not sure what you're saying exactly... you want to replace the project with your...

> Biggest issue with this repo is lack of slot integration. Well at the time I purposely avoided this because slots using HTML (vs just text) were problematic (IIRC)... but...

> Biggest issue with this repo is lack of slot integration. Or perhaps I misunderstood what you meant... what was your thinking with slots?

what was your thinking with slots?

How does one programmatically change the slot content at runtime then? Do you just fall back to DOM methods (but then you'd have to manage Vue callbacks manually, yes?). I'm...

I'd guess not, but I'm not certain.

OK, reviewing this one. I believe I see the confusion here now, but I personally don't find the wording changes proposed here to add any clarity or resolve any of...

I think I personally found the idea of a stack strong-ish implied given there is an explicit test for LIFO behavior. That plus the reversal behavior, but I can see...