Mat Kelly

Results 550 comments of Mat Kelly

New logo and screenshots taken of the interface but the GUI of the browser still lags and will need to be updated with the version update on the next release.

Perhaps a system notification, though that could get noisy.

Java 7 does not appear to be available via apt anymore.

Adding the following to a crawl configuration should accomplish this: ```xml ```

![screen shot 2015-12-01 at 7 51 11 am](https://cloud.githubusercontent.com/assets/2514780/11501203/5ee3f138-9800-11e5-9c4b-7b1732c858bd.png)

Per https://webarchive.jira.com/wiki/display/Heritrix/Web-based+User+Interface : ` if the parameter supplied to the -a -web-admin command line option is a string beginning with "@", the rest of the string is interpreted as a...

Specifying the credentials in a separate file might be better and more configurable than in-code but does not remedy the issue of Safari losing the credentials when `http://lorem:ipsum@localhost:8443` is passed...

Still the case in 2019 with Safari: `Show details > visit this website` asks for confirmation to changing Certificate Trust Settings and system credentials. Adding these and hitting ok repeats...

A first step in accomplishing this would be to get the directory outside of the .app on macOS. Adhering to the structure setup by https://github.com/n0tan3rd/wail (via pywb) would provide an...

Per http://docs.python-guide.org/en/latest/shipping/freezing/ On Linux, an alternative to freezing is to create a Linux distro package[1](e.g. .deb files for Debian or Ubuntu, or .rpm files for Red Hat and SuSE.) [1]...