Marshall Ward

Results 33 issues of Marshall Ward

Code blocks do not currently highlight directives, and instead highlight them as part of the code block, e.g.: ``` .. code:: c :number-lines: 10 int main() {} ``` This is...

Tables within table directives are not properly highlighted as tables, and instead appear as unformatted code.

Since math directives support LaTeX highlighting, it would be good to use LaTeX highlighting inside math blocks. Currently, the highlight state is a mash of default code and some restructuredtext...

As mentioned in #1, introduce support for other inline boundary delimiters, such as X`foo`X where X is a non-alphanumeric character. Valid characters are listed [here](http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#inline-markup-recognition-rules), and most of the non-standard...

enhancement

The `payu build` subcommand will abort if there is an active `config.yaml` file and it references a nonexistent `input` directory. Automated model compilation shouldn't need to reference a `config.yaml` at...

cleanup

Currently, if we do a `payu sweep` while a job is starting, there will be problems. Need to issue a "hold" to the job before the sweep, then remove the...

feature

It is currently possible to request more CPUs than used by the submodels. In the words of Khadgar, > Fewer would be inadequate. More would be absurd. Since payu already...

At some point, I foolishly added a `get-pip.py` script to help with installation. But little did I know that this was a 1.7M file which was not so much a...

While we appear to be saving error logs for crashed jobs into `error_logs` in archive, it seems that I am losing information from hanging jobs which run indefinitely and are...

The local `calendar` module is clashing with the standard library `calendar` module, so it should be renamed. This is mainly a problem for using `requests` than anything else. Hopefully this...