Paolo D'Amico
Paolo D'Amico
## Is your feature request related to a problem? With the introduction of usage-based pricing (https://github.com/PostHog/posthog.com/pull/900 & https://github.com/PostHog/ops/issues/67), billing will be variable every month. I want to make sure I...
Actionable from Engineering Offsite.
**Describe the bug** After deleting a conversation app randomly crashes, presumably because the conversation no longer exists. **To Reproduce** Delete a conversation and see if this happens. A recent example:...
**Describe the bug** When clicking on links to view conversations on Slack, links seem broken (something went wrong page on Slack). **To Reproduce** - Click on almost any Slack link....
Hi! I'm using the FileField and my upload endpoint is something like this: > http://api.example.com/entity/1/ The problem is that I need to provide the URL when I'm defining the field,...
Would be great if we could document how to properly test the effects of `propsChanged`. **Conceptual example (code does not work like this):** ```js let logic = myLogic({ foo: 'bar',...
This tutorial is very outdated https://keajs.org/docs/intro/installation/nextjs, would be great to get an update on best practices when using Kea on a Next.js project with SSR enabled.
If you're running your frontend with server-side rendering you need to wrap up all function calls to PostHog to only run after `posthog.init()` has been called. As a user suggested...
We allow changing PostHog's config settings via `.set_config()`, however when settings change we don't necessarily reload the relevant modules. This particularly came from a user trying to enable session recording...
With the launch of the Dev Portal it'll be better to suggest users they make use of the action ID generated in the Dev Portal rather than the hashed contract...