-
-
-
Hi, thank you for your work! May I know if it is possible to compute a controller-dependent reachable set for continuous ODEs with non-linear dynamics? I checked out the example for Quadrotor, but it …
-
```bash
$ flowpipe mod list
local
└── github.com/turbot/flowpipe-mod-reallyfreegeoip@v0.0.1-rc.2
$ flowpipe mod list --output json
local
└── github.com/turbot/flowpipe-mod-reallyfreegeoip@…
-
when running the Flowpipe, pipeline introspection API, can we get the pipeline name that is being called if the `step_type` is `pipeline`?
Currently, it returns
```
{
"name": "list…
-
## Context
I have a pipeline in a dependency mod `aws.pipeline.list_s3_buckets` which I wish to run in a pipeline step.
Both of the following approaches give me the same error: `Internal Error: Fa…
-
Consider this pipeline with a step that is always skipped:
```hcl
mod "local" {
title = "flowpipe-mod-issues"
}
pipeline "dependencies_should_not_be_run" {
step "transform" "foo" {
…
-
**Describe the bug**
When I pass in an input (e.g. tag that needs to be added to a bucket), then flowpipe return the following error:
```
Internal Error: tag_resources: Unsupported attribute: This …
-
While doing development of mods in flowpipe or powerpipe it's common to have mod dependencies. Unfortunately right now those dependencies must be from a github repo or similar, which makes local devel…
-