Anton Alkin

Results 7 issues of Anton Alkin

* Fix mishandling of configurables in conditional node * Modernize: `enable_if` -> `requires`; avoid creating temporary node objects

Introduces `--aod-writer-df-offset N` option that makes dataframes numbers start from `N+1`. Can also be set in writer configuration JSON file as 'offset'.

Currently embedding workflows would not work as both inputs would have identical binding based on table label. Using label+origin as binding circumvents this problem. @nzardosh

Renames `AnalysisContext` to a more generic `DanglingEdgesContext`, used to decide on topology adjustment for a workflow. This context is now propagated to configuration and initialization context, so that aod-spawner and...