Roey Berman
Roey Berman
Hmmm... there technically aren't any defaults for the `default` env. The defaults are in the CLI and can be seen in the help output. You can override those defaults and...
Could you explain a bit more what type of solution you're expecting? Is this for Temporal Cloud or self-hosted?
@feedmeapples we should look at redesigning this from first principles. Maybe your proposal for passthrough configs is good enough but there may be some overlap between the different services and...
Short update: We're going to add a "service" concept that's a grouping of operations and rename the current "service" concept to "endpoint". This change has to start from the Nexus...
We should make sure that indicators are only shown when output is a TTY because it will conflict with piping.
This is outdated. Closing due to lack of motivation.
Depends on https://github.com/temporalio/sdk-core/issues/485 No need to maintain support for Temporalite.
As a temporary solution, you can pass that context in the payload metadata from a PayloadConverter and read it (and delete it) in your PayloadCodec. I hope we can get...
Not yet. If anyone wants to try this out, we may get more information from webpack by customizing the output if `hasError` is true in this line: https://github.com/temporalio/sdk-typescript/blob/b38c70c2a5656a0e5fd2b3891cf2cc65b425e315/packages/worker/src/workflow/bundler.ts#L265
We know what we need to do to get the SDK working on bun but it'll be a significant lift and may not be prioritized just yet.