Spencer Judge

Results 74 issues of Spencer Judge

`ws::connect` blocks indefinitely if it works, but returns an error immediately if establishing the connection fails. If you are creating a thread and connecting inside it, you'd very often like...

**Is your feature request related to a problem? Please describe.** When using the repo as a library, as in the cli, there's no good way (that I could find) to...

enhancement

In https://github.com/temporalio/api/pull/121 I added a few "Should be removed" comments to some fields. Remove them and mark them as reserved. Was not done in that PR to avoid doing any...

bug

### Describe the bug Because of the fact that we re-order updates to come before other things a-la signals in Core, it's currently possible to handle an update before running...

bug

All in the title. There's no way at the moment to pass `RawValues` as a search attribute value. This is useful for ourselves for certain testing purposes, but could also...

enhancement

Right now there's not an easy way to run integration tests against an already-extant server. The tests always spawn one for you. It's nice to be able to use UI,...

enhancement

### Is your feature request related to a problem? Please describe. Some users have indicated interest in being able to use the gRPC client in the browser. Enable this. ###...

enhancement
blocked

What our users care about here is not just spitting traces out to the console, but actually running in production. Our sample shows how to hook up the interceptors but...

enhancement

My apps already output fully-formed metrics in Prometheus format straight onto stdout. I'd like to simply configure FluentD to route those metrics, unaltered, to this plugin so that they're exposed...

This is using the agent zip from 2017.1.2 - I'm using this Dockerfile with only some really minor modifications to add a few other requirements. As fair as I can...