Andy Pillip
Andy Pillip
I read some source code, and if I'm not mistaken, Readability will return XHTML with absolute URLs in the `src` attributes? newSrc := toAbsoluteURI(src, ps.documentURI) dom.SetAttribute(media, "src", newSrc) Hence, it...
That's unfortunate. If you don't know yet, pocket2rm delegates conversion of websites to the Readability library. To [Go-Readability](https://github.com/go-shiori/go-readability) to be precise, a go-lang rebuild of Readability. Any conversion errors might...
I feel like with the upcoming WebP format it's no longer possible to have frontend code independent from image format anyway. The developer needs to provide an alternative in code,...
Hi zilahir. First let me state that you're apparently using some infrastructure that is beyond git-ftp, and the issue seems to be in the tools that git-ftp is using, not...
Moin. NETRC will work for any protocol with curl. > curl does not, however, limit this feature to FTP, but can get credentials for machines for any protocol with this....
See also #282
I cannot install 0.7.9. since it's not available for my platform. But 0.7.8 works, thanks! Apparently you know exactly what the issue is – can we expect a new version...
I got this today, but the message is preceeded by `[2022-04-07 06:26:18] deleted device` `[2022-04-07 06:26:18] Serving request failed, Msg: invalid token: token contains an invalid number of segments: invalid...
I tried starting remarkable-pocket with `--reset-credentials`. Right after, it’s providing the same error. ): Also, it seems that `--verbose` does not activate debugging within rmapi, otherwise it would output get’s...
I’m getting a 401 Unauthorized. ``` … [2022-07-11 17:54:57] https://document-storage-production-dot-remarkable-production.appspot.com/document-storage/json/2/docs [2022-07-11 17:54:57] [java.net.http.HttpHeaders@4866f30b { {Authorization=[Bearer eyJhbGciOiJIUzI1NiIsImtpZCI6IjEiLCJ0eXAiOiJKV1QifQ.e…], Content-Type=[application/json]} }] [2022-07-11 17:54:58] 401 [2022-07-11 17:54:58] [2022-07-11 17:54:58] null [2022-07-11 17:54:58] Exception encountered...