AK

Results 7 issues of AK

when [self-hosting mixpanel and deploying from a proxy](https://developer.mixpanel.com/docs/self-hosted-tracking) the SDK provides config options for changing the API host, so that they can match the proxy: ``` mixpanel.init("", {api_host: "https://"}); ```...

enhancement

two small improvements on the docs: - clear language on possible `.track()` configurations - link to most current default config

in JSONL, allow `errorIndicator` to forward the underlying value `input` (and `reviver`), so you have more control over what your JSON streams do in cases of a parse error. a...

I've noticed the arguments for a function declaration in javascript don't get any special treatment... is this intentional? (I'm using grey tuesday) I couldn't figure out how to change this...

TIL: certain adblockers (like ublock origin) are fuzzy matching on keywords like `mixpanel` in the URL, _in addition to_ maintaining filter lists like `api.mixpanel.com`, `cdn.mxpnl.com`, etc... the "one click deploy"...

saying 1 = 100% is wrong; 100 = 100% also added a comment in the snippet

i have noticed that when deploying my function, the `Serving Function...` console output shows in GCP logs: ![verbose msg](https://github.com/user-attachments/assets/80167481-6d2d-40bb-96b7-2c63700eeddf) i would expect that message if I'm running `functions-framework` locally, but...