Joshua Hurt

Results 3 issues of Joshua Hurt

https://github.com/fission/fission-workflows/blob/master/Docs/functions.md#repeat > A complete example of this function can be found in the repeatwhale example. repeatwhale points to `https://github.com/fission/fission-workflows/blob/master/examples/whales/repeatwhale.wf.yaml` which doesn't exist

enhancement
area/docs

snake_case is the preferred method of naming both functions and multi-word variables. I'd also suggest keeping variable names for primitives to lowercase and reserving capitalized variable names for objects. For...

## Context In async Rust without using `ractor`, annotating async fns with `#[tracing::instrument]` will cause an appropriate nesting hierarchy to be created when calling async fns from other async fns....