We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the current way forces us to "rename" a pipe in order to pass fittings-config to it. e.g.
bagpipes: my-customized-fitting: name: my-fitting custom: setting1 tuned: value my-pipe: - my-customized-fitting
Why couldn't it be just:
bagpipes: my-fitting: custom: setting tuned: value my-pipe: - my-fitting
The text was updated successfully, but these errors were encountered:
Edited: fixed wordings...
To do this we need to guarantee order of operations in pipe-finding:
fittingDef
name
Sorry, something went wrong.
No branches or pull requests
the current way forces us to "rename" a pipe in order to pass fittings-config to it.
e.g.
Why couldn't it be just:
The text was updated successfully, but these errors were encountered: