David Newell

Results 79 comments of David Newell

Hey @jtilford @radulisita we made some [further improvements](https://github.com/PostHog/posthog/pull/21944) to the player today that was causing some customers tabs to freeze (which perhaps manifested as you seeing the Buffering screen for...

@Kiruel I would certainly like to look into this more for you. Could you send a report using the [in-app support form](https://us.posthog.com/#panel=support%3Abug%3Asession_replay%3Amedium) with a link to the problematic recording and...

It's taken me a while to investigate this properly. It looks like Flutter wraps the canvas in a custom HTML element. I believe we are not correctly capturing the children...

Internal support request: https://posthoghelp.zendesk.com/agent/tickets/11285 Digging into what is going on here and making notes of everything I discover to aid future investigations... Styles exist and are being applied on the...

Ok, a ton more investigations into this... I'm back to thinking this is a capture bug. I've primarily been following a missing class on the button. What was confusing is...

Coming back to this as we understand a lot more about how CSS is handled in RRWeb. CSS in JS is supported as the styles should be inlined and reapplied...

https://github.com/rrweb-io/rrweb/pull/1458 is now ready to go and passing all tests (locally at least). Might take some time to get it over the line so I'm going to move ahead with...

Running the first time ``` ┌─has_low_cardinality─┬─column_type───────────────────────────────────────────────────────────────────────┬─column_name─────┬─table──────────────────────────┐ │ 1 │ LowCardinality(Nullable(String)) │ snapshot_source │ kafka_session_replay_events │ │ 1 │ AggregateFunction(argMin, LowCardinality(Nullable(String)), DateTime64(6, 'UTC')) │ snapshot_source │ session_replay_events │ │ 1 │...

Random question @pauldambra: I queried CH by running `clickhouse client` on Exec tab of the container in Docker UI. Is there a better way to connect to a CH shell...

@Twixes I tried recreating an animation using the `CSSTransition` component from the `Popover` but it didn't seem to work (part of me wonders if that's working either). I did manage...