jb-chief

Results 7 issues of jb-chief

**Describe the bug** Native mobile docs (https://segment.com/docs/connections/spec/mobile/) state: ``` Additionally, though they’re not formally part of the Native Mobile Spec, Segment also collects Order Completed from our ecommerce spec automatically...

triage

Using the `realtime` client, our `onResult` handler can currently use the `request_id` parameter to identify the request corresponding to an api call, *if* that call is successful. However, since the...

enhancement

## 🎯 Changes When calling `scrollToIndex` in a tight loop, it no longer retries scrolls for outdated indices. ## ✅ Checklist - [x] I have followed the steps listed in...

Setting `useKey: true` shouldn't disable modifier checks.

**Describe the bug** With middlewareEncryption, steps in @inngest/test are returning encrypted output instead of decrypting first. This breaks downstream steps. **To Reproduce** Steps to reproduce the behavior: 1. Initialize the...

Bug
📦 @inngest/test

**Describe the bug** When mocking a step using @inngest/test, the handler gets called many times and is called with no args. This makes it difficult (impossible?) to do any actual...

📦 @inngest/test

**Is your feature request related to a problem? Please describe.** When functions invoke other functions, there's no way to test the complete flow without mocking all of the invoked functions....

📦 @inngest/test