Mat Kelly

Results 550 comments of Mat Kelly

The question was reiterated by @ymaurer at the IIPC WAC 2021 presentation on WAIL. The feasibility ought to be investigated further. Details to come.

A barrier on WAIL's end is that it still relies on Java 7. #345 describes efforts at updating Heritrix inclusive of updating to bundling Java 11. Updating to Java >...

An alternate 3-option button scheme: * Quit * Continue Anyway * Download & Install Though this seems non-standard and awkward, it would allow the user to use the WAIL interface...

An event is currently tied to left-clicking the statusbar but no functionality tied to it: `self.statusbar.Bind(wx.EVT_LEFT_UP, self.show_memento_info)`

It does not look like this might be possible with the base wxPython. We use an extended class for the StatusBar but it might be easier and more effective to...

@ibnesayeed Thanks for the suggestion. I agree. This sort of information will need to be calculated, which seems like it has been done in other packages. Familiar with any (e.g.,...

@ibnesayeed They _might_ want to run longer jobs. My concern with Monitrix is getting it packaged into a desktop app (#46), even if it requires a bundled runtime. Per that...

The list of domains can be mined out of the crawl jobs' instances. Some jobs might be run more than once and the configuration modified between runs. I can code...

@ibnesayeed Thanks for the pointer to logtrix, I was not aware of that package. The examples are a little disheartening, as there does not appear to be an API to...

Interesting to know, @ibnesayeed. I can relate to building software at Hackathons to disseminate afterward. ;-) I was also looking to bundle UKWA's [Monitrix](https://github.com/ukwa/monitrix/) in #46 but its dependencies (at...