ted kaemming

Results 13 issues of ted kaemming

Any combination of usage of `before` or `after` parameters results in an error, for example: ``` Traceback (most recent call last): File "example.py", line 10, in test_assertdoesnotchange_after with self.assertDoesNotChange(lambda: 0,...

don't include the domain part of the url if the subdomain and schemas match, instead just use relative url to the root of the domain like normal

This is the first step towards fixing the distinct ID reuse problem as described in [#20187](https://github.com/PostHog/posthog/issues/20187). This only contains the schema migration to make the field nullable, and `SELECT` query...

This is the companion to #20326 which actually performs the consuming and writing to the table added there.

This is the second step towards fixing the distinct ID reuse problem as described in #20187. and follows #20162.

This applies the same logic from #20191 to all rdkafka-derived Kafka consumers.

## Problem We want to deprecate the old v2 `person_overrides` used by `person_id_override_properties_on_events` and replace it with v3 `person_distinct_id_overrides`. ## Changes - Renames old internal mode identifier to `person_id_override_properties_on_events_deprecated`. -...

stale

If this is used with [toronado](https://github.com/disqus/toronado), it'd be helpful to trap all log messages routed to the `toronado.cssutils` logger (or all loggers, possibly?) so that warnings logged during rendering (such...

Allowing easy download of the rendered preview message (using `Content-Disposition: attachment; filename="preview.eml"`) would make it easier to open up the message in an email client (rather than the browser) for...

enhancement