Marius Andra
Marius Andra
Hey, one thing I immediately see that in the provided code, the listener should be a function, not calling the action directly: ```ts export function connectSuperLogic({listenTo, transformValues}: ConnectionConfig) { return...
I don't see the urgency here... and opt for option D --> doing nothing :). As currently envisioned, there's no plan to override or merge properties. To keep things clean,...
I feel like we achieved something here today.
Hey @karthik-hr , usually the logic is simple: whatever is declared higher up, is accessible lower down. That said, [this list](https://github.com/keajs/kea-typegen/blob/main/src/write/convertToBuilders.ts#L9-L34) is in the order the Kea v2 -> v3...
Annoyingly I couldn't run it locally yet. I'm still having some trouble with the billing service... 🙈
# Team "Analyze Your Product" - **Support hero:** Marius - Thomas is scheduled to be back - Julian is here for a full week (hopefully) and then off for 2...
Hey, investigate network requests when creating a new dashboard and copy as needed.
> That won't work because `select`s from `union all` are [processed sequentially](https://github.com/PostHog/posthog/blob/9f656721fb6b60e31d1faa437b9ff862e3e108ce/posthog/hogql/visitor.py#L496) and not recursively. So every select is processed only with its own scope, because the scope is [popped...
Your approach makes sense. We're actually doing something similar with lambdas as well. It actually hints at a refactor we haven't taken on yet: I'd argue `SelectQueryType` has taken on...
In general, improving this makes sense, but I'd change the flow here: - I expected that when I change the filters, the dashboard _would_ update automatically, just not save each...