Thomas Perl
Thomas Perl
Looks okay from here:  With this source: ``` .. code-block:: yaml url: http://example.com/longlines.html filter: - html2text: method: lynx width: 400 ``` Which browser/settings are you using?
Or do you mean the whitespace underline? This could be a pygments/theme: - https://github.com/pygments/pygments/issues/2020 - https://github.com/sphinx-doc/alabaster/pull/188 If this is the issue, maybe filing a bug over at https://github.com/readthedocs/readthedocs.org/issues might be...
One thing that might help is going with a newer Ubuntu and Python version, tried this here: https://github.com/thp/urlwatch/commit/07e000f5f9989442b707ec35a0d8ee347b996bfe
Not sure if https://github.com/readthedocs/sphinx_rtd_theme also needs to be updated?
urlwatch stores its history in directories related to cache (see e.g. #416). If you have a program on your machine which regularly cleans cache directories, this currently will clean out...
Between 2.27 and 2.28, the backend for "navigate" jobs changed from Pyppeteer to Playwright. In the logs you posted above, it says: ``` 2023-12-02 21:18:07,377 reporters INFO: Submitting with stdout...
Not sure if rye can cause run-time issues like this, maybe some direct or indirect dependencies of urlwatch are installed in the wrong version? @jkmaxwell did you use `rye` to...
Yes, loading the cache doesn't need to be parallel, and loading it upfront seems like a great idea.
Also, @Jamstah thanks for the test case for Python 3.12, I think this fixes it in minidb: https://github.com/thp/minidb/commit/433ae34280e38986078062b83f8dedefb6cf6a36
minidb 2.0.8 should contain the fix.