ted kaemming
ted kaemming
can be implemented as soon as how i decide how i want to declare the setting

Thanks for bringing this to my attention. I'm working on a patch for this, and should have it done within the next few days.
Ideally, there would also be a hook so that other validation checks could performed (e.g. warn if assets are included via non-`data:` URL.)
I've confirmed that this this works on OS X Mail.app, at least — this would work with an intermediate store for the rendered content: ``` response = HttpResponse(str(message.message()), content_type='multipart/mixed') response['Content-Disposition']...
> Looks good to me, but results are different in a couple of tests, not sure why This also looks good to me in general. I spent a bit of...
You're right, and I misspoke here: > I assumed they were because the overrides created in the tests were still being written to the old `person_overrides` table and fixed that...
This is mostly just a dump of my notes so a little scattered but hopefully there's some useful stuff in here. ## Dashboards and tools to figure out what's happening...
This is likely going to conflict pretty badly with #26068 - that change should take priority over this one.
Not including these extra changes for now, see https://github.com/PostHog/posthog/pull/26158#issuecomment-2474505713 --- Planned changes: - [ ] Rebase on master once #26068 has been merged. - [ ] Update property groups to...