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
Thanks for maintaining this neat project, @IvanGoncharov!
I'm running into issues rendering a very large schema; presumably the Graphviz WebAssembly build is too much for the browser to handle:
Uncaught RangeError: Maximum call stack size exceeded at 002a5d36
Would you be open to supporting a mode in which the SVG graph is prebuilt?
namoscato:prebuild prototypes what this might look like:
Voyager.introspection
At any rate, if you are open to this feature, I would be happy to collaborate with you on the implementation!
Relates to #63, #129, #204, #377
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thanks for maintaining this neat project, @IvanGoncharov!
I'm running into issues rendering a very large schema; presumably the Graphviz WebAssembly build is too much for the browser to handle:
Would you be open to supporting a mode in which the SVG graph is prebuilt?
namoscato:prebuild prototypes what this might look like:
Voyager.introspection
with another variant that includes SVG contents (arguably an awkward interface in its current state; open to suggestions)At any rate, if you are open to this feature, I would be happy to collaborate with you on the implementation!
Relates to #63, #129, #204, #377
The text was updated successfully, but these errors were encountered: