Andrew Yuan
Andrew Yuan
Hi, I'm trying to setup this bot for my repository, but I'm running into auth issues when the bot tries to access the github API. I believe I've set the...
### Is your feature request related to a problem? Please describe. Some use camel case (`type` has values like `FirstWorkflowTask`), others use snake case (`reject-condition` has `not_open`), some capitalize the...
## What was changed Added a new global RPC timeout for within a context. ## Why? A slow remote codec can cause timeouts ## Checklist 1. Closes #648 2. How...
Similar to #673, having an `expermiental: true` flag would be helpful for further standardizing the config and instead having the parser/code generator do the heavy lifting in adding details to...
Instead of having a big string like ``` +-----------------------------------------------------------------------------+ | CAUTION: This command is deprecated and will be removed in a later release. | +-----------------------------------------------------------------------------+ ``` for each command that's...
## What was changed Ran `cargo update -p quinn-proto` to update the quinn-proto version in Cargo.lock ## Why? Pick up security vulnerability fix ## Checklist 1. Closes #642
Hoping to start a list of flaky tests for the Go SDK: - `TestTaskHandlersTestSuite/TestSideEffectDefer` - https://github.com/temporalio/sdk-go/actions/runs/13298856210/job/37136477031 - `TestIntegrationSuite` https://github.com/temporalio/sdk-go/actions/runs/11020856944 - `TestIntegrationSuite\OtelTracing` New as of Go 1.24 - `TestIntegrationSuite/TestNumPollersCounter` - https://github.com/temporalio/sdk-go/actions/runs/13298856210/job/37136477031...
## What does this PR do? Removes references to `cli/cmd-options.mdx` in preparation to remove the file itself. ## Notes to reviewers See https://github.com/temporalio/cli/pull/685 for more context on WIP CLI doc...
## What was changed ## Why? ## Checklist 1. Closes 2. How was this tested: 3. Any docs updates needed?
### Is your feature request related to a problem? Please describe. Once the Documentation information is generated from the CLI repo, it would be nice to have the CLI `--help`...