Marius Andra
Marius Andra
I think we should just go forward, and rename plugins to apps without much fanfare. Despite what we might think, the users won't really care whether we call them one...
I don't think we should get ahead of ourselves. In fact, I think it's the clearest for everyone if we only call "apps" the things you can build using the...
I made a [PR](https://github.com/PostHog/posthog/pull/9755) to rename Plugins to Apps on the app. I'm not sure where some of the links on the page should lead though. This PR can basically...
As of today **we have basic frontend apps live on cloud**. Only behind a feature flag and for just our team of course. Nobody else can edit apps on cloud...
Hey @Hexagram6716 , I understand your frustrations. This project is an early-stage one-man side project, hence things are still rough around the edges. I've been working through [the tasklist](https://github.com/FrameOS/frameos/issues/1), focusing...
Hey @Hexagram6716 , I have finally updated the documentation. Since the last comments here, I added a few features that make a huge difference in how scenes are built. Had...
Hey @Hexagram6716 , I finally have a video out explaining the system: https://frameos.net/blog/nimconf-2024 - In case you're still interested in this project, that might help understand the interface a bit...
It looks like there's another PR out there implementing some of the same stuff: https://github.com/PostHog/posthog/pull/22267
# Team Internal Tools / CDP / Hog / QL ### High priority - HogQL-related performance fixes - Session replay filters - Product analytics "person properties into subquery" - https://github.com/PostHog/posthog/issues/22427...
Any query anywhere selecting `persons` will now have this applied to the subquery we make. See [the generated SQL](https://us.posthog.com/project/2/debug#q=%7B%0A%20%20%22kind%22%3A%20%22HogQLQuery%22%2C%0A%20%20%22query%22%3A%20%22select%20*%20from%20persons%20limit%2010%22%2C%0A%20%20%22filters%22%3A%20%7B%0A%20%20%20%20%22dateRange%22%3A%20%7B%0A%20%20%20%20%20%20%22date_from%22%3A%20%22-24h%22%0A%20%20%20%20%7D%0A%20%20%7D%0A%7D) here.