Karl-Aksel Puulmann

Results 114 comments of Karl-Aksel Puulmann

Related open issue: We reload flags immediately after we change identity _or_ props. Reloading as identity changes makes sense. However for props: - The $identify or properties setting message gets...

There's a small hack you can do for this - you can block the event loop for (with a while (true) loop) inside the beforeunload handler. Obviously the page will...

Related: https://github.com/PostHog/posthog/issues/7963 Meta: Please use labels for tickets to make organizing them easier :bow:

Code to repro in shell: ```python dash=SharingConfiguration.objects.get(access_token='4dWpf1zFQe6JHoRAp6gggi5u6hnTMQ').dashboard from posthog.api.dashboard import * class O(object): action = None class R(): query_params = {} data = {} user = User.objects.get(email="[email protected]") items=DashboardSerializer(context={"view":O(),"request": R()}).get_items(dash) from...

Thanks for digging. Some initial thoughts without going too deep: To keep things operationally simple, let's do the same thing we've done before: create a new async migration and make...

Performance-wise this is indeed quite a heavy query. Let's decompose this query. This would likely work something like 1. Get the list of users who have done $foo in $timerange...

User was requesting it as well. > I am looking for a way to view all users (by workspace) to see who has NOT logged in in the last week...

cc @clarkus I'd love to push this into development in the coming months but this "breaks" our current property filtering in a few ways.

This came up in a call with $LargePotentialClient - they do a lot of their analysis based on engagement. cc @paolodamico who can provide more usecases. I'm planning on adding...

Came up as a support hero request today. cc @mariusandra - saw your todo in the new LemonCalendar. This probably would love some attention generally.