anarcat

Results 585 comments of anarcat

i don't know how the windows binaries are built. my hope is we rip out any non-python code from linkchecker so we don't *have* to support windows explicitely. it would...

note that this is blocking at least two other bugs, which I think are due to older OpenSSL releases linkchecker links against (#66 #106).

@mgedmin do you mean the [patch submission process](https://github.com/linkcheck/linkchecker/blob/master/doc/contributing.mdwn#patches) or the [membership processes](https://github.com/linkcheck/linkchecker/blob/master/doc/contributing.mdwn#membership)? :) @dpalic your contributions are welcome of course!

the CI build fails here now and conflicts need to be resolved, sorry... also pay attention to flake8 warnings in the CI logs: they are not enforced yet, but they...

do you mind sending that as a pull request please? also, why is this necessary if in the line right after, `:` is added to _safe_url_chars anyways? or am i...

i'm sorry, without digging into this and fixing this myself (which I don't have time to do right now), I can't tell. but i do know that this might be...

hmm... i'm not sure we should parse `application/octet-stream` as `text/html`. RFC2616 says, in section 7.2.1: > Any HTTP/1.1 message containing an entity-body SHOULD include a Content-Type header field defining the...

we don't have headers for `file:///`, what other encoding could we assert? and don't say `utf-8`, we just don't know until we hit a `` tag (and even if...) @mgedmin...

for what it's worth, i encountered a bug similar as this on my own blog. if you run this command: ``` linkchecker --check-extern --no-robots --recursion-level 1 https://anarc.at/blog/2021-11-21-mbsync-vs-offlineimap ``` ... on...