David Newell
David Newell
In a significant update here I moved to using `postcss` once I figured out how their plugin system works. AST explorer was particularly useful in writing the plugins needed. Here's...
Sorry @eoghanmurray, probably wasn't clear but I updated my earlier comment with latest build numbers having run `yarn build:dev && ls -al packages/rrweb/dist/*.js packages/rrweb/dist/record/*.js packages/rrweb/dist/replay/*.js` `master` ``` -rw-r--r--@ 7 david...
@eoghanmurray cleaned up the whitespacing but bringing in the commit you mentioned. Also rebased to include the new test (it passed without changes). The current failing test seems unrelated but...
@Juice10 thanks for fixing up the imports. Do you know if the failing test is related to my changes somehow?
As part of this work we should make Replay filters much more powerful, ideas include: - And / Or filtering groups - Multiple duration filters (e.g. > 10s, and <...
Think we've achieved pretty much everything we wanted to here. We're certainly back to where we were pre HogQL rewrite in terms of functionality and performance, and probably ahead in...
Achieved everything we needed to here last quarter. We now have a new issue with any outstanding improvements: https://github.com/PostHog/posthog/issues/24561
This feels cool. Great to give people another means of analysing their data. I made two larger changes: - Put the contents into a table for easier formatting - Cleaned...
@Dejvino you might need to pull the latest `master` and merge it into this branch for those tests to pass
Hey @Dejvino - is this something you would like me to take over for you?