Justin Halsall
Justin Halsall
I would love this :)
Thanks asceth!
@zero-t4 check out https://www.npmjs.com/package/rrweb-cssom, it has this PR merged
I'm using vue 2 and have a mix of typescript and non-typescript components. I'd love to be able to tell vti to ignore my plain javascript components and just run...
+1
This has to do with `JSON.stringify` not being able to serialise such a big array of events. The repl script will have to be rewritten to process the events in...
My `.vscode/settings.json` for rrweb mainly contain mocha defaults to get Mocha Test Explorer working with our setup. I think it makes more sense to include a `.mocharc.yaml` or `.mocharc.js`. ```jsonc...
@razor-x would you mind if we stripped all the CSP policies on replay? I think that would solve this issue for you.
@eoghanmurray We are using quite an old version of puppeteer. Might be worth upgrading it just to see if this disappears.
This looks a bit like you haven't run `yarn install` in the root directory. Could you run `yarn install`, and then maybe `yarn build:all` just in case. If you run...