Josh Wymer
Josh Wymer
Ah ok I was wondering why `if/then/else` didn't work. @bcherny can you help me understand why we cannot support `if/then/else` using TypeScript? it could be modeled using `OR`s no? ```json...
Yep this is a bug for sure, I'll get a fix up and follow-up here afterwards.
Shipped an update in v2.12.0 that should fix the problem. Please confirm and close, thanks!
That's a good suggestion. Right now it's not possible unless you manually add the event in the code yourself. We could probably do this technically by adding a listener to...
@applestump First, thanks a ton for this very well thought out and descriptive pull request. We really really appreciate it. I agree that life would be easier and the code...
Just wanted to let you know this is still on my radar -- you are not forgotten!
I don't think we want to do this. AFAIK Mixpanel does not have a special `$user_id` reserved property. You can, of course, register this as a super property if you'd...
Ah I did not realize this was related to our ingestion ID mapping updates. I'm happy to merge this in but I believe the tests need to be updated.
Thanks for the pull request. My main concern is that I want people who are using php < 5.3 to be able to use this library. Correct me if I'm...
Oh ok great I'll do some testing with it and see about getting it merged. Thanks!