Matthias Vogel

Results 12 comments of Matthias Vogel

I can confirm that the .selectpicker('refresh') call creates a newly refreshed list but doesn't remove the old one. Commit 04cc1fd5abedc85c449d159d9fa6ea48e2e4a2f7 introduces the bug, but I didn't found why yet.

I would like to complete the unit tests with a string input for the first parameter in `getFormattedDate()`. I think the string input is used in the `FunnelLineGraph`. Could you...

Thanks, @thmsobrmlr, for the guide. I added the remaining test cases. I have a proposal; I would like to split the function in `getFormatttedTimeInterval(intervalAmount: number, interval: IntervalType = 'day')` and...

@KirtiPriya07 #22304 fixed the logical bug in the getFormattedDate But now (my status from last week), it seems there is some backend problem see comment https://github.com/PostHog/posthog/pull/22440#issuecomment-2133719165 You can check if...

@thmsobrmlr, sure I will create a follow-up PR for the little refactor. Do you know if there is anything I can do here? The failing cypress test earlier today seems...

@thmsobrmlr I proposed a refactor, which we discussed in #22304, and I created this separate PR. My refactor clarifies the purpose of the insightTooltipUtil methods. I had to adjust some...

Thanks for the catch; I thought I had checked that; my mistake. I wrote an e2e test to reflect my introduced bug 🙈 and fixed it. I am not very...

@thmsobrmlr Yes not related to my changes here. Since commit 31f97c11 the tooltip in stickiness is broken again the interval type in `seriesData?.[0]?.filter?.interval` is undefined, the filter property is an...

@thmsobrmlr Any idea where I can investigate the issue? I tried to find my way in the backend and found out that the `filter` parameter is built within this method...

We have the same problem with dark media queries. It does not seem related to the body tag; it behaves weirdly depending on the number of children. It works if...