Spencer Judge

Results 74 issues of Spencer Judge

The readme currently recommends manually adding `use` statements for oneofs with ``` .type_attribute( ".my.pkg.SomeOne.body", "use serde::{Serialize,Deserialize}; #[derive(Serialize,Deserialize)]" ) ``` This obviously is a huge pain if you have a lot...

## Expected Behavior When setting https://github.com/temporalio/api/blob/master/temporal/api/workflowservice/v1/request_response.proto#L158 I expect workflow tasks to always time out with the specified duration. ## Actual Behavior Sometimes the timeout may not be respected. In particular,...

potential-bug

While testing update for Python SDK against the Test server, the server was either hanging (when downloaded from the CDN) or reporting the workflow was complete when it wasn't/shouldn't be...

bug

The new APIs we added for build id / worker versioning should be implemented on test server... assuming we keep going with it. This means implementing the workflow service RPCs:...

enhancement

**Is your feature request related to a problem? Please describe.** If you pass `ActivityOptions` to `ExecuteLocalActivity` or make the inverse mistake, right now that'll surface as a task failure generated...

enhancement

### What are you really trying to do? ### Describe the bug It appears that it's possible for a Timer to fire at the same time that the SDK is...

bug

Just serves as a place we can discuss Rust SDK vision before turning it into an actual proposal. For the community: This (unfortunately, sorry) is not meant to imply we'll...

As described in the docstring update in https://github.com/temporalio/sdk-core/pull/639, the reordering of signals/queries to come first is more a byproduct of language runtime specifics than anything else. Languages that _can_ control...

enhancement
Rust SDK

Regardless of the whether or not we're moving forward with a full Rust SDK, we should publish the client crate at some point so that's more easily consumable.

enhancement
Rust SDK

Just capturing notes, handful of things to fix that we learned about while refactoring Java. * https://github.com/temporalio/sdk-core/issues/446 * Local retry threshold tied to WFT timeout - 3x or whatever, for...

bug