Create new data from old data in a child pipe #61
Replies: 1 comment 2 replies
-
@p-zach this is an excellent example of a development pattern for working with derivative pipes — nicely done! It's very readable and maintainable, which I sometimes struggle with when I think no one is watching👀 A couple small sharp edges: the In Finally, I don't mean to nitpick! Your plugin is very polished and serves as a good framework for implementing future plugins in this development pattern. Using Good work @p-zach 👏 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Here's a code sample of how to use the
sync
function to perform calculations on existing data and put the resulting data in a child pipe.This is a useful way to handle workflows where you're making changes to active plugins (more info here).
Beta Was this translation helpful? Give feedback.
All reactions