Karl-Aksel Puulmann

Results 114 comments of Karl-Aksel Puulmann

Hi! I've documented using an external clickhouse cluster here: https://github.com/PostHog/charts-clickhouse/pull/276, which depends on https://github.com/PostHog/charts-clickhouse/pull/276 (release 13.0.0) Note that a few changes are required for it to work that aren't yet...

I like this, thanks for taking the time! Regarding implementation, I outlined one possible solution on how to do this in queries [here](https://github.com/PostHog/posthog/issues/7810#issuecomment-999401195). The other half of this is how...

Duplicate: https://github.com/PostHog/posthog/issues/3031

The tricky part here is indeed the different deployment options. I think if we know which ones we want to focus on (most frequent ones) providing this isn't hard for...

I believe this is caused by this refactor: https://github.com/PostHog/posthog/commit/e98a20b4a3658236f3c13de917e950060f28199c / https://github.com/PostHog/posthog/pull/9794 cc @pauldambra Note that the tests mock out gzip completely - I believe calling gzip in most cases will...

Looking at this again, this seems to be a case where (vanilla) data is correctly encoded as base64 but something in our surrogatepass-dealing base64 encoding methods causes this to fail...

Not in a rush right now - I thought this might simplify a task I'm working on, but I might be taking another approach.

Small note for if you do end up reaching out to ecto developers: Keeping `opts` passed to `with_cte` in the same format, not validating for extra keys and making sure...

Should we run this automatically within a migration or suggest users run it for a self-hosted release?

Hi @jon-mercer, thanks for taking the time to improve the product. I’ve taken a look at the code and it looks great! However we internally to discussed the feature and...