Flaviu Vadan

Results 23 issues of Flaviu Vadan

**Is your feature request related to a problem? Please describe.** It sucks to write ``` func1 = my_func1(...) func2 = my_func2( arguments={'a': func1.get_parameter('a').value, 'b': func2.get_parameter('b').value} #

type:enhancement
semver:minor

**Is your feature request related to a problem? Please describe.** It is incredibly hard to debug the usage of a kwarg that's semantically not allowed but syntactically allowed. For example,...

type:enhancement

It is currently challenging to know when to import the `models` module and use objects from that with Hera. Some users might expect that `import hera.workflows.*` gives them everything they...

semver:patch
type:documentation
type:enhancement

**Is your feature request related to a problem? Please describe.** It is incredibly cumbersome to write out a pod spec patch specification. One can do it either as a plain...

type:enhancement

**Is your feature request related to a problem? Please describe.** It's challenging for users to know _when_ they need to JSON deserialize an output of a step/task in Argo. **Describe...

type:enhancement

[Complex expr example is not working anymore](https://hera.readthedocs.io/en/stable/examples/workflows/complex_expr/) Main log: ``` The week's average temperature was $AVG with a minimum of $MIN and a maximum of $MAX. ```

type:bug

**Is your feature request related to a problem? Please describe.** ArgoCD is the last piece to add to Hera so that Hera becomes the enabler of Python access to the...

type:enhancement

Right now users have to add imports inside the function that is passed as `source` in `Script`. It would be amazing if `Script` would infer and construct the necessary imports...

type:enhancement

Hello, I have a use case in which PRs are auto-approved when changes are made to files located in some repo path. However, users could push new commits that contain...