Mat Kelly

Results 550 comments of Mat Kelly

Something in `setMementoCount()` is the culprit here, likely: ``` self.mementoStatus.SetLabel(memCountMsg) self.mementoStatusPublicArchives.SetLabel("Public archives: ") self.Layout() ``` ...which updates the UI. When this function is called from a secondary thread and persists...

`thread.start_new_thread(self.fetchMementos, ())` in `WAILGUIFrame_Basic.__init__()` is the thread invocation that is problematic.

Conventionally exiting the application (e.g., through the menu) instead of CTRL-C should not exhibit this problem. The `TabController.quit()` function handles stopping the indexing thread but not any running MemGator threads....

This also appears to be the case even with macOS 11 per the screenshot artifacts available produced by the latest GitHub action.

[260ff46](https://github.com/machawk1/wail/commit/260ff4686dce85719453b1838bda465c55c54102) handles it for one panel but it might be best to see if there is some default that was reset in wxPython 4.2.0.

Promoting this issue via pinning to give it priority. Received a report from Wyeth Lynch trying to capture https://www.sdstate.edu/covid-19 with WAIL 2019.05.21. I replicated this in the latest master and...

This might be attributed to the startup script including the correct Heritrix libraries per http://web.archive.org/web/20110928012834/http://tech.groups.yahoo.com/group/archive-crawler/message/772 . The newer releases of Heritrix, when installed in WAIL, do not seem to exhibit...

Started in issue-425. Will need to setup an endpoint to relay the request from Wayback to Heritrix, will use port 8444. Make this configurable.

More verbose function hooks could also suitably reside in a menu. EDIT: Both contextual and menubar.

Sample WAIL Prefs options, to be read from YAML (related to this ticket and #304 and #212 .) ``` WAIL Preferences Archives location ____ (browse) Memento Aggregation Archives Aggregated id...