Neil Kakkar
Neil Kakkar
not sure what you mean?
If you use geoip properties (like continent code, country code, city name, etc. etc.) it will work without having to override any properties, because we do this ourselves without depending...
How are you initialising the library? it also might just be a vercel preview issue, where they discard all cookies & localstorage, not sure
That looks good, if I were you I'd check vercel & any settings there
Hey @patricsteiner , this is by design, as when you call identify the identity changes. If you always call identify right after load, then you can pass in the `advanced_disable_feature_flags_on_first_load`...
Makes sense! Just FYI, not a new bug, this is how it has "always" worked.
Actually, maybe we want to keep this only in filters, and allow multiple cohorts there? (like in https://github.com/PostHog/posthog/issues/5566 ) - thus removing the option of cohorts from breakdowns. Is there...
Ooh, that makes a lot of sense. In the same vein, breakdown on multiple cohorts (A, B, C), should then give 4 buckets: A, B, C, or neither?
This is indeed a bit borked: The selector specs mention lots of different ways to select attributes that are valid - https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors We only support the form `a=b`, so this...
Will work on this if the issue resonates with the team