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
bind{Source|Sink}()
I'm really not convinced the binding apis are very good.
Might be better to have a helper function like streamline(a, b, c) - ideally so that you can do streamline(streamline(a, b, c), d) too.
streamline(a, b, c)
streamline(streamline(a, b, c), d)
Gona try to work on a PoC module this week..
The text was updated successfully, but these errors were encountered:
closing in favor of #26
Sorry, something went wrong.
Fishrock123
No branches or pull requests
I'm really not convinced the binding apis are very good.
Might be better to have a helper function like
streamline(a, b, c)
- ideally so that you can dostreamline(streamline(a, b, c), d)
too.Gona try to work on a PoC module this week..
The text was updated successfully, but these errors were encountered: