Karl-Aksel Puulmann

Results 63 issues of Karl-Aksel Puulmann

Currently, when you run this gem, it doesn't clean up old assets from `public/packs` on start of run, and all of its contents get rsync-ed. This can mean accidentally syncing...

This branch adds support for zookeeper. It's sort of a mess atm: Code duplication and the current strategy is not well-tested. I will clean it up if you give me...

The tests under core/test/exporters/**init**.py fail for me under python2.7. ``` ====================================================================== ERROR: test_pyc_exporter (macropy.core.test.exporters.Tests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/macobo/projects/macropy/macropy/core/test/exporters/__init__.py", line 33, in test_pyc_exporter f = open(__file__ +...

Replaced paths in style of **file** + '../folder' ones gotten from os.path module, since those tests caused IOErrors for me. Also see #57.

This should also include instructions on setting up development environment and running tests, coding style.

## Problem description `db.createPerson` is an operation we call very frequently, so speedups to that function translate to cheaper and more efficient pipeline overall. ## Opportunity When calling this function,...

performance
feature/persons
plugin-server

## Is your feature request related to a problem? As part of shipping person-on-events, we should iterate on our tooling around deleting persons (and add tooling for deleting groups). Due...

enhancement
design
feature/persons
feature/group-analytics
persons-on-events

## Bug description We're seeing a lot of uncaught TimeoutErrors from within BigQuery Export. Example: https://sentry.io/organizations/posthog2/issues/3480668340/events/10423d1ac9784b41abf7c3b7db1b0189/?project=6423401 These seem to come from multiple installations, example line nos: - 230:16 (`await meta.global.exportEventsWithRetry`...

bug
apps

## Bug description User reported a session recording where css had not rendered. ## Expected behavior CSS should be rendered in session replays ## Environment Posthog cloud ## Additional context...

bug
feature/recordings

## Background person-on-events work has been ongoing for a long while now. This issue consolidates remaining work to be done under a single issue to make sure every team is...

persons-on-events