Results 7 issues of Dwayne Towell

Adds an option to save contents of RAM when using -tty mode for grading. It works similar to -load option but in reverse. While I was there, I also fixed...

All BitWidth attributes now allow text entry of the number in addition to a smaller drop down menu. There are now three modes: A range is not specified, therefore 1-64...

Since keeping the database and actual files in sync is hard/broken, exporting and importing the global settings would provide a work around to the problem (export settings, drop all app...

Restore English test vector documentation. Correct a few related typos.

This refactors startup and verifies command-line parameter combinations to prevent unexpected results when options are allowed but later ignored. It also moves all non-GUI operations into TtyInterface. There are now...

`sphinx_select` and other functions are added to `public` schema when installed. However even if I explicitly reference them, the `search_path` must include public or they do not work. For example....

The following crashes posgresql 9.4.8 when executed. I'm not sure whose fault it is, but I thot I'd start with you. CREATE OR REPLACE FUNCTION y() RETURNS text SET search_path...