bemoody
bemoody
Nothing currently stops somebody from submitting (and if accepted by the editor, publishing) a new project with the same title as a previously published project, by the same authors or...
We're using what is now a rather outdated version of Bleach, and the future of Bleach itself doesn't look great. I don't know of any existing security issues that would...
Originally, the `Reference` and `PublishedReference` objects had no explicit order, which was a mess since it led to references not being displayed in the intended order. There was, however, a...
Currently packages are installed and upgraded in `/physionet/python-env/physionet` by invoking `/physionet/python-env/physionet/bin/pip3 install ...`. (See `deploy/update`.) Some of the many problems with this: - packages removed from `requirements.txt` don't get removed...
There should be a way to change the Django SECRET_KEY value. Preferably, we should be able to rotate the key regularly (once per year, say), without breaking anything. We really...
A workflow run for one of Lama's pull requests failed for no obvious reason. Re-running the workflow magically made it work. The error clearly had nothing to do with the...
The code in pull #2101 is wrong: ``` def validate_aws_id(value): """" Validate an AWS ID. """ aws_id_pattern = r"\b\d{12}\b" if value is not None and not re.search(aws_id_pattern, value): raise ValidationError(...
In pull #2086, one thing that worries me a little is that it will initially be very slow to upload projects. At present, the upload process would have to compete...
This is desirable since some tasks can take a very long time to run. Note that currently, background tasks are only ever triggered by administrator actions, but that will probably...
The "first and middle names" field is confusing to authors. (It doesn't look like anybody so far has actually used that field the way it was intended.) Also, when we...