Loren ☺️

Results 265 issues of Loren ☺️

If this is helpful to users, we could expose `startWorkflow.continueInitiator` as `WorkflowInfo.more.initiator: Initiator`. Currently we're not, but I'm opening this issue to see if there are any user requests /...

enhancement
good first issue

### Is your feature request related to a problem? Please describe. Mocking an SDK function is difficult. If you use a system [like Sinon](https://sinonjs.org/how-to/stub-dependency/) that depends on default exports, it...

enhancement

### Is your feature request related to a problem? Please describe. When a user sends an unregistered signal, `handle.signal()` succeeds. ### Describe the solution you'd like They likely meant to...

enhancement

It would be nice if this workflow ran faster (with several PRs I've found myself waiting and checking back on the status and it's usually still in progress): [.github/workflows/ci.yml](https://github.com/temporalio/sdk-typescript/blob/main/.github/workflows/ci.yml) Not...

CICD processes
technical-debt

### Is your feature request related to a problem? Please describe. Currently can only cancel a child by canceling a scope. ### Describe the solution you'd like Would be convenient...

enhancement
good first issue

https://github.com/temporalio/samples-typescript/actions/runs/4421685532/jobs/7752746719

bug

instead of docker-compose https://github.com/temporalio/samples-typescript/tree/main#in-browser

enhancement
good first issue

### Is your feature request related to a problem? Please describe. https://github.com/temporalio/samples-typescript/tree/main/encryption has a codec server, but it doesn't verify with JWKS and get email from decoded JWT. ### Describe...

enhancement

You can use connection.workflowService.startBatchOperation https://typescript.temporal.io/api/classes/client.Connection API docs: https://api-docs.temporal.io/#temporal.api.workflowservice.v1.StartBatchOperationRequest

enhancement

A small sample that demonstrates this: https://github.com/temporalio/sdk-typescript/pull/769#issuecomment-1290354231

enhancement