Kartik Verma
Kartik Verma
Hi @dschult , Flattening a dict won't solve a purpose because, lets say I have a Dict: ``` { "node1": { "node1_1": { "node1_2": None } }, "node2": { "node2_1":...
`{node1: [node1_1], node_1_1: [node1_2], etc }` would work. But that's equivalent of feeding the library with the exact Node dependencies in 1-level format. I might be wrong here, but isn't...
Sure, @dschult , I guess my understanding was actually on the lines you mentioned. But, my ask is, if the library already supporting Dicts in that structural way you mentioned,...
@thomasjrowley : it was due to usage of `$.injectString.replace` instead of `$.replace`
Facing the same issue via clicking the Force removal of self-runner