Andrew Jeffery

Results 18 issues of Andrew Jeffery

Some graphs display monthly data, some weekly and some daily. Different graphs are useful at different times and at different magnitudes (eg. outstanding mortgage value vs cash withdrawals). Make it...

enhancement

Some recurring bills have 3, 4, 6 or 12 month periods. Tracking such bills means calculating the amount needed to be saved on a monthly basis for when the bill...

enhancement

The aim is to prevent issues like #14 terminating the application. Implement reasonable exception handing to prevent otherwise manageable exceptions bubbling out.

enhancement

The user should be able to select, either on the commandline or through the configuration file, which graphs are drawn. For instance some graphs might not be considered useful, or...

enhancement

At least `graph_xy_progressive_mean()` assumes that `--current-date` hasn't been passed. Given the fragility of the code and the dubious benefit of `--current-date`, drop it. This was discovered whilst investigating #14.

bug

In the bad old days the there was no porcelain and plumbing was all we had. Fix the help by documenting the porcelain as well, and make the categories easily...

bug

Currently the documentation recommends running `sudo make pip` to install dependencies onto the system. Like `setup.py install`, `pip install` can take a `--user` option to install into the invoker's home...

enhancement

We have requirements on what the BMC should initialise and the system configuration that the host assumes for ASPEED BMC-based machines (OpenPOWER). 1. The VUART is used and is present...

`mboxd` (soon to be renamed to `hiomapd`) recently added support for booting from a pnor file placed e.g. in `/tmp` on the BMC. This reduces the turn-around time for testing...

enhancement

We have a test tool for the AHB bridges exposed by the AST2400 and AST2500: https://github.com/amboar/cve-2019-6260 Consider how we might integrate the tool into op-test to ensure that we don't...

enhancement