Brian Morton
Brian Morton
Nice! This looks like it would fix the issue in #33.
Hey @PrasadG193 -- do you have opinions on which of these approaches would work? The first is probably the cleanest, but would then be a breaking change when activities move...
I was having the same problem and then was able to get some debug output that was throwing this: > AADSTS700016: Application with identifier 'xxx-xxx-xxx' was not found in the...
I'm having the same issue -- everything appears to run fine, but the file is not available for the build. I'm on MacOS 12.3. While [the docs make this appear...
Would global middleware sit before the frontends? If that were the case, I could add middleware logic to add headers based on some custom criteria that could then be used...
@zhaoweiguo does global middleware already exist today? If the global middleware is processed before the frontend is selected, I could mutate the request in a way that it would cause...
That produces a slightly different error message for me: ``` ❯ tctl workflow run --search_attr_key 'ObjectID' --search_attr_value '\"02fd0862-2c72-4115-a8d6-4efd9fbcdd43\"' --taskqueue TEST --workflow_type test Error: Search attribute JSON parse error. Error Details:...
It appears that http2 will be added to the Golang standard library soon(ish) and you'll [basically get it for free](https://github.com/bradfitz/http2). Is it worth closing this out in favor of waiting...
We've got a pretty straightforward system right now: * If you add an element to an array that exceeds max value, an exception is raised * If you try to...
I have a use-case that would also be nice if the backend decision could be made through middleware. Basically, I want to be able to choose the backend based on...