Viktor Vincze

Results 72 comments of Viktor Vincze

You can try to add `data-pt-observer="true"`. This will watch for attribute changes also.

I never used Vue with jQuery, but I'm pretty sure it's an anti-pattern in general. I think you'll need to force a rerender or something, so the old tooltip element...

As a workaround please wrap your SVG with an HTML element and use Protip on that.

That's not a syntax error, it's called optional chaining and you need at least Node 14 to make it work.

Lol, that's something I never heard of. For me 9 out of 10 projects have to use `--legacy-peer-deps`. Just because a package hasn't been updated since the release of npm...

So is it a strict rule, or you just cannot modify the command the CI will run? Because in that case, you can just add in .npmrc until this gets...

Yeah, turned out the Node.js script I was running was never actually quit because by default Node won't emit any exit code by default upon uncaught exceptions. Without proper exit,...

When I transpile to modules, my dynamic imports will stop working in Node, because it either requires an extension to be defined, or the file must have `.mjs` extension. A...

I played around with `webref` recently, and I don't see how it could be a replacement. It's missing a lot of information `mdn/data` had, mostly about description/usage.

For now, I just deleted the index by hand and recreated the model with the necessary changes. Would be nice to have something for this though.