Edmondo Porcu

Results 54 issues of Edmondo Porcu

## What was changed Addresses #343 Getting the build to pass seems to be blocked by https://github.com/temporalio/helm-charts/issues/182 but I don't think disabling hooks is appropriate: https://github.com/temporalio/helm-charts/compare/master...BAXUSNFT:temporal-helm-charts:master#diff-5f8eb04d49dd7caffd33da659dd7bae84435c114a6255319b2965dcf6a2536ab As you see from...

Hi, I am trying to test a chart that contains some Istio resources and the `ct install` action will fail. I have two options: 1. install the Istio operator as...

help wanted
question

## What was changed This adds an example of a non-blocking invocation of two activities in Go, with a behavior coherent with the Java example here https://github.com/edmondop/samples-java/blob/main/src/main/java/io/temporal/samples/hello/HelloAsync.java#L114 ## Why? ##...

Enforcing documentation guidelines via CI/CD check is desirable in some context, and the same way a linter could complain about a non documented function, it would be great if helm-docs...

enhancement

Do the checklist before filing an issue: * [x] Is this related to the `actions-rs` Actions? If you think it's a problem related to Github Actions in general, use GitHub...

bug

# Brief description It is sometimes desirable to submit multiple activities in parallel, or children workflows, and then accumulate the result when it's available. However, in "normal" programming, one would...

At the moment we do have only a release pipeline, but it would be worth to have at least a linting pipeline to verify the code is somehow correct. Such...

The current setup with a single `requirements.txt` files do not provide version for dependencies. This works in the short term, but in the longer term when things stop working it...