Matthew Peveler

Results 147 issues of Matthew Peveler

A number of projects (like docbook) have moved from SF to GH / GL. Need to go through and double check that all existing sourceforge links still point at a...

documentation

Within asciidoc-py3, the CONF_DIR is defined globally as such in asciidoc.py: https://github.com/asciidoc/asciidoc-py3/blob/bbd7ff51f3de191f13699553a819096d5b62496a/asciidoc.py#L6056 This path gets updated in make depending on what parameters you pass to it. In moving to a...

Looking at #6215, the `getSingleGradeInquiryPost` works by disabling Header/Footer, and then returning either `""` or a WebResponse. This works because the returned `""` is technically a no-op (it could just...

refactor / coding style

### Please check if the PR fulfills these requirements: * [x] Tests for the changes have been added/updated (if possible) * [x] Documentation has been updated/added if relevant: https://github.com/Submitty/submitty.github.io/pull/440 ###...

### Please check if the PR fulfills these requirements: * [ ] Tests for the changes have been added/updated (if possible) * [x] Documentation has been updated/added if relevant ###...

Within the config.json for the autograder, it'd be potentially beneficial to allow instructors to specify environment variables to be set within the autograding environment.

Autograding

**Describe the bug** When running various scripts under `sbin/`, if we encounter an error, we often still exit with code `0`. This makes it hard to integrate them with other...

bug

The current minimum engine version is Node 6 for this client. That version of node was EOL in April 2019. The next LTS version (8) was EOL in December 2019...

enhancement

When using tedious, I cannot connect to SQL Server using the `Latin1_General_BIN` collation created using the docker image that MS puts out. The server is created using the following command:...

### Description PR updates the `portfinder` dependency to the latest version, which brings in updates to the transitive dependencies `async`, `debug`, and `mkdirp` to their latest versions (that are supported...