Michael Snowden

Results 14 issues of Michael Snowden

I'd like to verify that there are no goroutines leaked in my test, but only for goroutines where my test itself is an ancestor goroutine. AFAIK, this is not what...

Same as https://github.com/temporalio/temporal/pull/3402 but fixes a merge issue with the last one.

This PR fixes a [bug](https://github.com/temporalio/temporal/issues/3358) where the first event for a pending activity would set its LastHeartbeatTime to the event time. I tested the fix by writing a test which...

This is for https://github.com/temporalio/temporal/issues/3368. It adds a check to our transfer task processor which ensures that tasks are closed before deleting them.

I'd like to show the ones I made and compare them against others

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] The problem is that...

enhancement
good first issue
difficulty: easy
chore

I see that there's already a [PlantUML] plugin for GoLand, but that does not generate PlantUML diagrams, it only helps you view and manipulate them. Is there a plugin that...

## 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.** I'm frustrated that I can't specify different timeouts for different requests because there is just a single timeout variable in...

enhancement

It'd be great if we had a method for parsing the JSON messages sent via Webhooks into Python objects (ideally MyPy-annotated classes). I think this would make it easier to...

enhancement