Adriano
Adriano
@t-kelly @antoinegrant Hi both, is this PR something you can help to push through/fix the CLA issue?
Ditto for other tables, like https://us.posthog.com/project/XXXXX/insights Adding a filter like "On dashboard `Y`" works for page 1, but then clicking through to page 2 seems to lose the filter.
Also to add, the page unresponsive modal has been appearing frequently: Is it possible that there's a memory leak occurring somewhere? This is taken from Chrome's memory panel in dev...
Yep, same thing happens in incognito with no extensions. This is also not limited to just my laptop — it's affecting our whole team, so it's at minimum something related...
@pauldambra I've narrowed down the issue to our main dashboard — https://us.posthog.com/project/xxxxxx/dashboard/93091 There seems to be a bug that's causing a huge number of `data-floating-ui-portal` elements to be created which...
@pauldambra I've narrowed this down even further to the specific issue. We have a number of large HogQL table insights that return >1000 rows in the full query. Those insights...
Is this still needing implementation? The code seems to already look for `AAAA` records if the IP address doesn't contain a `.`. https://github.com/willswire/unifi-ddns/blob/main/src/index.js#L35 ```js async findRecord(zone, name, isIPV4 = true)...
Are the two IPv6 domains using subdomains? There's a note in the readme that for IPv4 subdomains, the `A` record needs to be created manually first. Perhaps it's similar for...
Dupe of #23661