Andy Jackson

Results 167 comments of Andy Jackson

Looking at: https://github.com/webrecorder/pywb/blob/main/pywb/warcserver/resource/responseloader.py#L120 I feel pretty sure the cases that are causing problems are a whole class of redirects that are not covered at all by the current implementation. The...

Is it possible to preserve the archived web pages outside of Linkwarden? We don't generally include tools that make snapshots of web pages unless they support some kind of interoperable...

Thanks @spekulatius @iipc-pco I'm not sure what software is used to generate the web version, but hopefully it can be configured to add the required IDs/anchors.

It seems the Wordpress module being used to generate the main site page is unable to generate the anchors. Perhaps it is possible to use a GitHub Action to generate...

Wow, I'd totally forgotten about this! Seems like there's a hook in the underlying Python library to spot this case:: https://docs.python.org/3/library/zlib.html#zlib.Decompress.eof > __Decompress.eof__ > A boolean indicating whether the end...

@goelayu are you running one Brozzler worker and trying to scale up the browser pool? Or multiple Brozzler workers? I don't work on Brozzler, but my understanding is that to...

I can get the append-only example to work, but if I try to clear the output, it doens't work!? ``` import threading from IPython.display import display, HTML import ipywidgets as...

I think those dependencies must now be in Maven Central as the build seems to build without the archive.org Maven repo. Added a branch to check the build still works...

Ah, no. The local caching must have been more aggressive that I realised. The PR will fail until the aforementioned dependencies are either removed from the build or added to...

Appears to be this issue: https://stackoverflow.com/a/6351739 Try quoting the ‘-Dvar=val’ bit.