Roey Berman
Roey Berman
We will have to add general interceptors at some point but I don't think it has to be tied to dynamic headers. At some point soon we should also consider...
We already have dynamic headers, keeping this open for per request headers and deadline
I'd keep jest as the default runner since as I mentioned in the pendulum PR and so has Loren here (with citations) it's by far the most popular test runner....
I think we got all the samples here, can we close this @rachfop?
We should consider putting run_id in unsafe (might be too late though), the only issue is that the current run_id isn't stored in history so we can't provide it to...
@cv65kr which download did you use? Try this one: https://github.com/temporalio/sdk-java/releases/download/v1.16.0/temporal-test-server_1.16.0_macOS_amd64.tar.gz. It's for Mac OS and should work with no additional steps, IIRC, with Rosetta. Which SDK are you using? The...
Hmm.. the code you sent LGTM at first glance, can you check which file it downloads?
@dominik-pakosz you’re running in a docker container not directly on mac. We don’t yet have test server arm builds for linux
You can run your containers with `--platform amd64` it slows things down but it works. We want to support arm builds for both mac and linux, I hope we can...
nit: `Promise.resolve().then` which works on Node 10 is equivalent to `queueMicrotask` and cheaper than `nextTick`. It's not critical, just thought I'd bring this to your attention. Thanks everyone for putting...