Alex Collins
Alex Collins
In [Dataflow](https://github.com/argoproj-labs/argo-dataflow), we currently have support for Kafka, Jetstream, NATS Streaming and other sources and sinks. It would be amazing to add support for NSQ too. We know that we...
**Is your feature request related to a problem? Please describe.** When you rollback you cannot: 1. Decide to prune resources 2. Run hooks **Describe the solution you'd like** Provide options...
We use EventSource in our codebase. I imagine supporting this would be similar to WebSocket? #50
It would be good to complete this set of operations. I think group would be: ``` group(Prices, {# > 10}) ``` But I'm not sure the closure syntax can support...
I want to do the following ```golang expr.Eval("value + 2", map[string]interface{"value": "1"}) ```` But value is a string. Casting func? ```golang expr.Eval("int(value) + 2", map[string]interface{"value": "1"}) ```
We want to be able to sandbox expression evaluation, because some users might submit time, memory, or CPU intensive expression, either accidentally, or as a intentional attack of code that...
I'd like to explain to users how a result was calculated: Say we have this expression, this is what it would print out: * `c + p / e +...
I'm assuming this is just a case of having a way to drop the correct event onto the event bus?
### Is your feature request related to a problem? Argo Helm is a community maintained Git repo. I don't really want to be involved in the day-to-day admin of it....