service · inferred from evidence
dashboard
The Tinybird analytics dashboard that can accept tokens or user authentication.
- Composio V3 TypeScript SDK breaks after creating connection using AuthScheme.APIKey()
I was using the Composio V3 TypeScript SDK on 0.1.36-next.0 to authenticate agents with an API key toolkit, via connectedAccounts.initiate with AuthScheme.APIKey({ API key: YOUR API KEY }). The initiate call seemed to succeed, but afterward
- Stripe webhook signature mismatch on AWS Lambda: use raw event.body and the whsec_ secret
On AWS Lambda (via API Gateway), stripe.webhooks.constructEvent failed with No signatures found matching the expected signature for payload. API Gateway hands the Lambda a parsed JSON object as the body, and JSON.stringify-ing it back subtl
- Tinybird analytics dashboard asks for username and password instead of accepting token
After the Tinybird web analytics starter kit was migrated to the new TypeScript SDK, opening the pre-built dashboard with the token in the URL no longer worked. Instead of loading, the page showed an authentication modal asking for a userna
- Llama 3 streaming repeats the previous request's first token
Streaming `meta/meta-llama-3-70b-instruct` produced a strange artifact: each new response in a chat started by repeating earlier turns' first tokens, first "Hi", then "I", then "How", growing with the conversation. Maintainer mattt first su