Marius Andra

Results 189 comments of Marius Andra

Hey @lsmith77 , would "calculated events", which were previously called "actions" (and will soon be renamed again, possibly back to "actions") solve this issue? If not, can you walk me...

These screenshots are just mockups, but indeed from insights. So you're saying the question is about saving filters on the live events table page, and the "export" button on that...

We already have the "event properties" page under data management, which lets you add custom descriptions for properties, which are shared between events. Is there something missing from this?

I added one more feature, a `source` param that gets passed to posthog's toolbar. This will either be `"url"`, `"localstorage"` or `undefined`, depending if the toolbar was loaded from the...

Hey @paolodamico , would it be better to remove that page? I'm not really a next user, so it's hard to keep that page up to date.

Hey @paolodamico, I made a [test like this](https://github.com/keajs/kea-test-utils/commit/10e175f549823c7dc814e18cf132607e4c90c642#diff-fc4c43dc9a08c29d6cdcb7e148761c45259391224c86a04714287b95bb56d605)... and it passes. 🤔 What could be happening in your case could perhaps be: - you matched some actions earlier, and now...

Hi @Teomik129 and @Josema! @Teomik129, thanks for sharing your experience! I submitted Kea to both awesome state management lists. I hadn't heard of **rematch** until now, but despite their slogan...

Hi @Josema 1. Yes, we need react-redux as Kea relies heavily on react-redux's hooks (`useSelector`, `useDispatch`) to do its work. The same with the `connect` function for class based components....

Hi again @Josema , I figured out what was up with the double render. The codesandbox wrapped the `` tags with `` in index.js. The docs on [StrictMode](https://reactjs.org/docs/strict-mode.html) say the...

@fantasticsoul that is a legit yet totally different approach from Kea. With kea the same code would look something like this: ```js const delay = () => new Promise((r) =>...