Mat Kelly

Results 550 comments of Mat Kelly

I fabricated (attached) a 2500 entry CDXJ with all entries being the same URI-R (`memento.us`) and started ipwb replay from e3a85eb. Everything loads sufficiently quick despite all entries being in...

@ibnesayeed It would be interesting to use your code-in-github-comments GitHub action to evaluate the binsearch speedup in this PR.

> > @ibnesayeed It would be interesting to use your code-in-github-comments GitHub action to evaluate the binsearch speedup in this PR. > > Sure, please go ahead and craft a...

@ibnesayeed I thought I had already done so but in writing the above procedure, realized I had not, so created https://github.com/machawk1/cdxjGenerator/issues/3. I realize I can create a package without submitting...

Merging this in after multiple discussions and a long delay. It is not the optimal implementation but it is a step in the right direction.

@maturban [MemGator](https://github.com/oduwsdl/memgator#:~:text=User-agent%20string%20sent%20to%20archives) has some logic of allowing users to specify user-agent through the command-line. I think simply allowing a string with some semantic CLI flag (e.g., MemGator's `--agent`/`-a`) would make...

@kalligator `pathlib` is built into Python 3 but is not present by default in Python 2. Your trace shows that you are using Python 2.7. @maturban You may want to...

@N0taN3rd Thanks for the input! `tabCapture` seems to be limited to the current viewport, excluding anything that is not currently visible. This would be useful but I think the anticipated...

https://github.com/beatgammit/gzip-js might be relevant.

[chrome.events](https://developer.chrome.com/extensions/events) may be used to create a rule when the page refreshes, trigger a `chrome.alarm` and re-execute the WARC creation procedure.