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 renderable dependency graph system is cool, and was a great learning experience, but in practice it's much too complex for most use cases.
We can simplify Session.render() so that it supports all common use-cases:
More complex dependency graph logic can be reimplemented on top of a simpler render system.
The text was updated successfully, but these errors were encountered:
The multiple-renders-in-one approach might still be feasible, but:
Sorry, something went wrong.
Writing to /dev/null (on Linux/OSX) and NUL (on Windows) should be made simple.
Done in #287
josiah-wolf-oberholtzer
No branches or pull requests
The renderable dependency graph system is cool, and was a great learning experience, but in practice it's much too complex for most use cases.
We can simplify Session.render() so that it supports all common use-cases:
More complex dependency graph logic can be reimplemented on top of a simpler render system.
The text was updated successfully, but these errors were encountered: