Nikita Stupin
Nikita Stupin
Hi @EdOverflow, https://github.com/GerbenJavado/LinkFinder/commit/c9cfaa5d1537193292081fc5a86c15bcfa5cd8f9 has broken `pip3 install -r requirements.txt`. Now it returns: ``` ... Collecting html Downloading html-1.16.tar.gz (7.6 kB) ERROR: Command errored out with exit status 1: command: /usr/bin/python3...
Hi @captchaunited! It supposed to run relatively fast. In your case it might be either (1) an edge-case bug related to the GraphQL API you've tested against or (2) too...
Hey @Azathothas, It depends on a particular endpoint. However, 12 hours is definitely more than it should. Perhaps, the endpoint runs on a framework that's not supported by clairvoyance yet...
#40 might resolve performance and some other issues
Also, you may check out the output file while Clairvoyance is still running because it outputs intermediate schema as it builds it (no need to wait until it ends).
Hey @rajeshpatil013, I don't think it's possible for the moment. Could you give an example of such an endpoint so that we can potentially implement such functionality in the future?
Hey @c3b5aw, Thank you very much for the PR. I've skimmed the changes and left few comments. Other than that we're good. Regarding further feature requests, I suggest to merge...
Thank you! I'm going to review and merge closer to the end of this week.
Seems to work fine with exception of publishing to PyPI - the "clairvoyance" name is already claimed. I've filled the details at https://github.com/nikitastupin/clairvoyance/issues/42 and probably will start solving it next...
Or rather create a parameter for specifying the server and leave the fingerprinting task to https://github.com/Escape-Technologies/graphdna (see https://github.com/nikitastupin/clairvoyance/wiki/Development#principles for reasoning).