Justin Halsall
Justin Halsall
Should I add that Kilo Code supports the latest spec in the docs as well?
@tadasant resolved the merge conflict. Thanks Tadasant!
> I've asked a SO question here to see if there are any ideas on how we might achieve the goals of this PR with less invasive code changes: https://stackoverflow.com/questions/78633141/typescript-transform-property-to-function-call...
> @Juice10 I'm not sure whether the current version supports js constructed animation recording in the outermost dom. I need your help here. https://developer.mozilla.org/en-US/docs/Web/API/Animation/Animation We currently don't record/support any of...
You've found a tricky one @oceanMa1, to get this working we'd need to call `document.getAnimations()` and register the `currentTime` of each animation. And then of course we'd also have set...
This is very much related to https://github.com/rrweb-io/rrweb/issues/1143
> Is the problem caused because the checkouteverynth approach creates a FullSnapshot event which causes an entire rebuild of the replayer state? I think that is exactly what is happening,...
Hi @metal-messiah, thanks for the PR. Unfortunately we have a lot more readme files for each of the packages that would changing, I'm wondering if the real fix is to...
I think this is a great idea! Thank you for contributing. > i don't know if there are already tests on the iframe behaviour but since this would let us...
Thanks for finding and fixing the broken link @F3n67u!