📍 Berlin
https://twitter.com/orrc
https://orr.dev/
Of course, it returns HTTP 202 rather than the documented HTTP 204 — but it works! 👍
Of course, it returns HTTP 202 rather than the documented HTTP 204 — but it works! 👍
However, the response has the `uuid` string that the docs mention (but don't explain), along with the EXACT SAME VALUE as the `id`… 😵💫
However, the response has the `uuid` string that the docs mention (but don't explain), along with the EXACT SAME VALUE as the `id`… 😵💫
Deleting a PostHog profile means you can't later use the same `distinct_id`. Sounds great — we assign our users a UUID and use that when sending data to PostHog.
So then what's this mysterious integer `id` that the deletion API needs?
posthog.com/docs/api/per...
Deleting a PostHog profile means you can't later use the same `distinct_id`. Sounds great — we assign our users a UUID and use that when sending data to PostHog.
So then what's this mysterious integer `id` that the deletion API needs?
posthog.com/docs/api/per...
Firstly: the API requires a key that's tied to my account, rather than the PostHog organisation. Will the API key break when I leave the company soon? Maybe!
posthog.com/docs/api#pri...
Firstly: the API requires a key that's tied to my account, rather than the PostHog organisation. Will the API key break when I leave the company soon? Maybe!
posthog.com/docs/api#pri...
A `data class` field with default property value won't appear in the JSON output — even if you explicitly provide it in your constructor call! 🤔
You need `encodeDefaults = true`: play.kotlinlang.org#eyJ2ZXJzaW9u...
A `data class` field with default property value won't appear in the JSON output — even if you explicitly provide it in your constructor call! 🤔
You need `encodeDefaults = true`: play.kotlinlang.org#eyJ2ZXJzaW9u...
The Slack desktop client has added support for Comic Sans…
The Slack desktop client has added support for Comic Sans…
github.com/refined-gith...
github.com/refined-gith...