Justin Halsall

Results 38 issues of Justin Halsall

Asset events allow for asynchronous events containing (image or potentially other) assets. See https://github.com/rrweb-io/rrweb/issues/860 for more info. These are async events that get emmited after the original dom mutation events...

You have certain places marked as bold including D74 in Amsterdam. What does it mean? PS. hi :smile:

Potentially fixes https://github.com/PostHog/posthog/issues/21874 Replacement for https://github.com/rrweb-io/rrweb/pull/1461

- [x] Move plugins to /packages/plugins/PLUGIN_NAME - [x] Move testing of plugins to their own packages - [x] Move packer to its own package - [x] Get tests working again...

2.0

Video elements using blob: urls and `video.srcObject =` can be captured via webrtc. Tweak canvas-webrtc-plugin to support video streaming as well as canvas streams. TODO: - [ ] rename canvas-webrtc-plugin...

Components used in layouts aren't rendered in the tests. ### Expected behaviour: Content of components should be rendered tests when they are included in layout files. ### Example code: `layouts/default.vue`...

In rrweb we are using directories with an index.ts file inside them and importing them in the following manner: ```ts import { replay } from './replay'; ``` In typescript this...

Currently all the documentation is on one long page. This was fine initially but now the amount of things we are documenting has outgrown our one pager. We should split...

priority: low
enhancement

Using "here" or "click here" is bad practice when it comes to SEO and Accessibility, we should replace those with something more descriptive. See the articles below for more information...

priority: low
documentation