Spencer Judge
Spencer Judge
Draft until API changes merged
There's more info available by default now.
Big +1 to this - just ran into this being a problem where I'd like to customize my `Debug` impls to provide better output to the `tracing` crate and without...
Any update on this? I ran into this today and traces that are linked together are pretty much useless because there's no way to see which spans follow from the...
it's not about returning multiple responses, it's about returning a single response which is a Vec. You can return a Result, so why not a Vec? The idea is you...
I forgot to mention in this issue that the first draft of the workflow api is here https://github.com/temporalio/sdk-core/pull/550
@mkarbo Not yet on the docket. We will definitely keep everyone here posted, and in community slack, once we begin :)
This is already true in pretty much any case where it matters, and we'd want some meaningful perf data before spending time here. Just gonna close this and if it...
@asomers Hmm, the docs say the opposite about ordering: https://docs.rs/mockall/0.9.1/mockall/index.html#matching-multiple-calls ? It appears to be FIFO behavior to me. And my use case is indeed using `.times`. I could change...
It's important to me to verify the number of calls is correct. I happen to have some pretty complex logic involved in setting up the expectations, which is why it's...