Marius Andra
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...
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...
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....
As it stands now, posthog-js v1.3.0 is about [52.4kb](https://bundlephobia.com/[email protected]) of minified code.  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...
The `recorder.js` file throws an error when loaded on IE11:  Because Object.assign [is not supported](https://caniuse.com/mdn-javascript_builtins_object_assign)  The rrweb [docs also say](https://github.com/rrweb-io/rrweb/blob/master/guide.md#compatibility-note): > rrweb does not support IE11 and below...