anarcat
anarcat
I thought the table of contents were empty when I looked at them in Firefox. Turns out the arrow is missing.  Debian stretch,...
the deja-dup manpage language list is longer than the manpage itself. such tables (including Table of contents) should collapse if they are "too long" - say 10 elements?
## Summary The upcoming adoption of [OpenSSL 1.1](https://www.openssl.org/news/openssl-1.1.0-notes.html) (or more specifically, [1.1.1](https://www.openssl.org/news/changelog.html) by Linux distributions might cause problems for linkchecker when checking old websites. This was first reported in the...
linkchecker ships a vendored copy of `linkcheck/robotparser2.py` from the python standard library. i only found out about it after auditing the Makefile as part of #398. it seems it has...
I suspect we do not need a Makefile anymore. First off, it starts with: ``` # This Makefile is only used by developers. ``` as a "developer", I can say...
what i learned from #398 is that we are missing some linting steps that were previously somewhat part of the development process from CI and the test suite. we could,...
As part of the Python 2 removal in Debian, I was warned linkchecker depends on a python2-only dependency that is also dead upstream, python-meliae. I haven't investigated this further, but...
we have a bunch of issues regarding the naming of this project. - [x] access to the linkchecker repo on PyPI (#4) - [x] access to the linkchecker repo on...
seems to me just having one person is begging for problems - what if you're in conflict with *that* person? we should have more than one, or that should be...
there are a *lot* of pending issues in the old linkchecker repository. at the time of this writing, there are 150 pending issues, a lot of which are duplicates of...