Loren ☺️

Results 280 comments of Loren ☺️

case study link broken, will fix when i get CMS access

`typescript-child-workflow` https://typescript.temporal.io/api/interfaces/workflow.ChildWorkflowOptions#parentclosepolicy

"custom" and "customize" feel weird. It's a necessary part of a workflow definition. suggest changing to: ### Workflow Type Workflows have a Type (also referred to as the Workflow *name*)....

This Activity takes a single `name` param of type `string`: typescript-activity-fn

typescript-task-timeout `WorkflowOptions.workflowTaskTimeout` https://typescript.temporal.io/api/interfaces/client.workflowoptions/#workflowtasktimeout

typescript-execution-timeout WorkflowOptions.workflowExecutionTimeout https://typescript.temporal.io/api/interfaces/client.workflowoptions/#workflowexecutiontimeout

I still see the behavior in beta 15 after enough client bundle refreshes. Repro: ``` meteor create hcp --release 1.8.1-beta.13 cd hcp meteor add-platform android meteor run android-device --mobile-server="http://wifi-ip:3000" ```...

> Do I understand you correctly that you still have this in beta-15 ? Yes > Does a restart of the app help once reproduced or does is 'Brick' the...

One option is to document using TCP if gRPC is unavailable. If we wanted to add HTTP, would you just need an empty `200` response to this GET request? `GET...

For TCP Nomad config, anything helpful I can add beyond this? ``` service { check { type = "tcp" port = 7233 interval = "10s" timeout = "2s" } ```