moshewe
moshewe
In the spirit of the SlimerJS support request, how complicated would it be to support CasperJS?
# Summary Change custom code to use the official Python API # Use Cases It's difficult developing new features and onboarding new developers to the codebase, as the underlying structures...
# Summary The current implementation does not allow creating templates specifying the `parallelism` field as per the [Argo spec](https://github.com/argoproj/argo-workflows/blob/95ad561aec5ec360448267b09d8d2238c98012e0/examples/parallelism-nested.yaml#L38). # Use Cases Many possible use cases, my current one is...
# Summary Remove Go/protobuf related code. # Use Cases Simplify codebase. Python implementation calls k8s API directly anyways. --- **Message from the maintainers**: Impacted by this bug? Give it a...
# Summary Following the logic behind #224 and #227 , why not `steps`/`dag`? # Use Cases Implement a workflow with multiple sequential map-reduce operations. --- **Message from the maintainers**: Impacted...
# Summary According to the [Argo documentation,](https://argoproj.github.io/argo-workflows/fields/#template) `container` doesn't have an `args` field at all. It's used to put input `parameters`, with the `input` field used to put input `artifacts`...
# Summary I was trying to implement a simple map-reduce workflow, e.g. [this](https://github.com/argoproj/argo-workflows/blob/master/examples/map-reduce.yaml). Digging through the code I've found that currently `couler` copies over step args into template inputs, basically...
# Summary As far as I understand, we don't support `withParams` right now. # Use Cases Plenty, see map/reduce example in Argo docs [here](https://github.com/argoproj/argo-workflows/blob/master/examples/map-reduce.yaml). --- **Message from the maintainers**: Impacted...
Why not have rules call `next` automatically when the condition function is done...? Saves boilerplate IMO.
The mixing of function definitions in the JSON specification of rules and such is a real pain, also for debugging. I can imagine a "debug" running mode where the functions...