Marius Andra

Results 60 issues of Marius Andra

This makes the package work with [snowpack](https://www.snowpack.dev/).

Something like `aristotle new message` should create the files `app/logic/message.logic` and `app/logic/message_logic.rb`

When zooming out, `pigeon-maps` remembers what tiles were visible for 4 zoom levels besides the visible one. Then when all the tiles for the new zoom level fully load, the...

Hey, just curious to know and to start collecting data for a future "projects" page: who's using Kea in the real world? :) Please share: 1. Company or product name...

question

Hi everyone! I get often asked to compare Kea with X, where X is some other approach to managing state in React. Be it [easy-peasy](https://easy-peasy.now.sh/), [redux-toolkit](https://redux-toolkit.js.org/), [mobx](https://mobx.js.org/), [dva](https://github.com/dvajs/dva), react context...

help wanted
question

There are cases when you would like to track your users across multiple domains. We currently allow cross-subdomain cookies, but not cross-domain cookies. It's a bit more work to set...

## Changes This came from a customer request, where they `identify` a user as soon as they logged in. Even though no anonymous events are sent before the `identify` event,...

## Changes 1. [Fixes feature flags sending `[]`](https://github.com/PostHog/posthog-js/pull/420/files#diff-ddd24b8ce37c6ae2630e5b9f5a3a492bc0f16beabfa27858c3e19ed43a97d67c) when `/decide` errors 2. Implements `posthog.onDecideError(error => console.log(error))` to alert users when `/decide` fails, e.g. via ad blockers. Requested by a customer....

bump patch

As it stands now, posthog-js v1.3.0 is about [52.4kb](https://bundlephobia.com/[email protected]) of minified code. ![image](https://user-images.githubusercontent.com/53387/86592600-15cc5880-bf94-11ea-8f62-9cd8a08c54d1.png) While nowhere near as bad as some of our competitors (mixpanel-browser is [95KB](https://bundlephobia.com/[email protected]) and segment's analytics.js is...

complicated

The `recorder.js` file throws an error when loaded on IE11: ![image](https://user-images.githubusercontent.com/53387/104000850-2063e680-519f-11eb-8410-2e67441206dc.png) Because Object.assign [is not supported](https://caniuse.com/mdn-javascript_builtins_object_assign) ![image](https://user-images.githubusercontent.com/53387/104001537-18f10d00-51a0-11eb-8d2e-cfcb6cc3de84.png) The rrweb [docs also say](https://github.com/rrweb-io/rrweb/blob/master/guide.md#compatibility-note): > rrweb does not support IE11 and below...