teddddd
teddddd
I can't believe we need to monkey-patch Jasmine to get basic setup and teardown hooks. This issue has been known for years and it doesn't look like Pivotal's gonna budge:...
Thanks for the report. You're right, the domain-matching regex is now too greedy. We're going to revert the change for now while fixing. Will post back here when the revert...
Sorry, GitHub auto-closed this from a private "fixes" comment. The change has been reverted with https://github.com/mixpanel/mixpanel-js/commit/9e8084060c5c34c3815c5635822c63f42ccefc5f and published in v2.27.1. For safety, we'll post here when the fixed version goes...
The only technical limitation is that the code to interact with the persistence layer hasn't been loaded yet; the embed code needs to be as small as possible and basically...
Hi, thanks so much for pointing out the issues and potential solutions. Offline support and alternatives to cookie-based tracking would be awesome. Unfortunately there's nothing concrete currently on the roadmap,...
Apologies for that; the tests do rely on an external server resource which wasn't included when the lib was open-sourced. I've been meaning to add a little Node server to...
That would be very welcome!
The best way to push a feature like this forward is with a pull request, otherwise it's largely a matter of us prioritizing the request against a whole pile of...
It is currently configurable to the extent that you can specify the entire api host string in the config, though it's certainly not ideal: ``` javascript mixpanel.init('MY TOKEN', { api_host:...
Good call, will need to add it [here](https://github.com/mixpanel/mixpanel-js/blob/master/src/mixpanel-core.js#L1448-L1489).