Sandy Spicer
Sandy Spicer
In its current form, pyjade converts ``` div(ng-hide='status == "Live"') ``` into ```
https://github.com/PostHog/posthog/issues/19543
## Problem https://posthog.com/questions/is-it-possible-to-render-a-hogql-insight-as-a-number-in-a-dashboard-instead-of-a-row People want to write custom queries for dashboards and display them as a big number. ## Changes If you select "Single Value" in the dropdown, we display...
## Problem ## Changes 👉 _Stay up-to-date with [PostHog coding conventions](https://posthog.com/docs/contribute/coding-conventions) for a smoother review._ ## Does this work well for both Cloud and self-hosted? ## How did you test...
https://posthog.slack.com/archives/C0368RPHLQH/p1714468798325329 We are doing a special sort order in trendsDataLogic to put bad breakdowns at the end of the list and return the value as indexedResults We were sorting indexedResults...
## Problem Long running queries confuse users and they don't what's going on. The hedgehog running with no feedback gets frustrating. ## Changes Roll out a beta of a loading...
## Problem Async user surfaceable queries don't have user friendly errors https://github.com/PostHog/posthog/issues/21270 ## Changes ## Does this work well for both Cloud and self-hosted? Yes ## How did you test...
Show a target of estimated rows
## Problem Query performance polling would block if clickhouse was being slow returning performance info ## Changes Move the polling of clickhouse to it's own management process. ## Does this...
## Problem The "compare to previous period" function currently only allows you to compare to the period immediately preceding what is shown on the graph. ## Changes Change the compare...