Johnson Liang
Johnson Liang
This issue seems like a duplicate of #51. I found that upgrading the dependent `graphql` package can solve this issue. Workaround: 1. Change dependency to use `2fd/graphdoc#dependabot/npm_and_yarn/graphql-14.6.0` 2. Manually `cd`...
For comments you can see https://github.com/2fd/graphdoc/issues/64#issuecomment-643193063
+1 having exactly the same problem. Unfortunately pull request #41 sadly doesn't help. The cards would appear when I set a breakpoint directly on the callback of `domWatch`, but it...
It also crashes on Mac 10.7.5. phantomjs v1.6.1, precompiled binary.
+1 There is currently no documentation on `pageProxy` methods. And also `set` and `get` method of the `pageProxy`.
Info in this PR is very valuable, thank you @dan-nl !
If archiving requires headless browswer, we can implement the archiving function in url-resolver instead. https://help.archive.org/hc/en-us/articles/360001513491-Save-Pages-in-the-Wayback-Machine
Seems that just sending HEAD can work https://indieweb.org/Internet_Archive https://gist.github.com/atomotic/721aefe8c72ac095cb6e
https://archive.readme.io/docs/creating-a-snapshot A wrapper for snapshotting but it's actually using GET request to `/save` : https://github.com/ArchiveLabs/pragma.archivelab.org/blob/master/pragma/api/pragmas.py#L53
Also, here is a tool that can send to multiple archivers: https://github.com/oduwsdl/archivenow There is a server mode available, thus it seems that we can directly dockerize the server so that...