Tao Guo
Tao Guo
**Problem:** A non-trivial local dev environment may consist of a number of docker containers with highly customized network settings. SAM local doesn't seem to support the desired level of network...
``` >> ticket.changes => # >> ticket.fields.last.value = 'new value' => "new value" >> ticket.changes => # ``` I suspect this is to do with this [line](https://github.com/zendesk/zendesk_api_client_rb/blob/master/lib/zendesk_api/track_changes.rb#L67) where the entire...
**What would you like to be added**: Support [`functionRef`](https://github.com/serverlessworkflow/specification/blob/main/specification.md#functionref-definition) syntax in [`dataConditions`](https://github.com/serverlessworkflow/specification/blob/main/specification.md#Switch-state-Data-Conditions) for more consistent function reference and explicit argument passing. **Why is this needed**: Currently, `dataConditions` can reference reusable...
## Expected Behavior When a context with timeout (e.g. 4s as duration) is passed into `client.ExecuteWorkflow`, and it gets a client-side context deadline exceeded error, the method should timeout and...
### What are you really trying to do? To clearly understand the scope of the workflow history returned in `PollWorkflowTaskQueueResponse`. ### Describe the issue At the moment, the [inline comment](https://github.com/temporalio/api/blob/f4f5bd81e2d34770f9bf3948c1697ede3acbdc02/temporal/api/workflowservice/v1/request_response.proto#L268-L270)...
### Is your feature request related to a problem? Please describe. Right now, if mTLS certs (`--tls-cert-path` and `--tls-cert-path`) are left out by mistake, the cli returns an empty error....
## What was changed ## Why? ## Checklist 1. Closes 2. How was this tested: 3. Any docs updates needed?
## What was changed centos is now EOL. Replace it with Alpine. ## Checklist 1. Closes 2. How was this tested: 3. Any docs updates needed?
## What was changed Now that DD's official integration is available, let's recommend it over our stop-gap solution. ## Why? ## Checklist 1. Closes 2. How was this tested: 3....
## What was changed 1. Submit float value to NewRelic's `count` metrics. https://docs.newrelic.com/docs/data-apis/understand-data/metric-data/metric-data-type/  2. Remove the unwanted `server` close callback. ## Why? Prometheus's `rate` function calculates the per-second average...