John Whitlock
John Whitlock
# Bug Report ``drf_yasg`` is using functions that have been deprecated in ruamel.yaml 0.17.0, released 2021-03-26: > the old top level *functions* `load`, `safe_load`, `round_trip_load`, `dump`, `safe_dump`, `round_trip_dump`, `scan`, `parse`,...
The rust build (using ``rust:latest``) is breaking when building [lexical-core](https://github.com/Alexhuszagh/rust-lexical/), with errors such as: ```rust error[E0308]: mismatched types --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/lexical-core-0.7.4/src/atof/algorithm/bhcomp.rs:62:24 | 62 | let bytes = bits / Limb::BITS; |...
In data/css/properties.json, the ``initial`` value can be: 1. A simple value, like ``0``, ``0% 0%``, ``none``, or ``auto``. This used to be wrapped like ``0`` 2. A key into l10n/css.json,...
The ``worker-manager`` has two processes that could be combined: * ``worker-manager-provisioner`` - Looks at the pending tasks in the ``queue``, and spins up workers (and maybe spins down) * ``worker-manager-workerscanner``...
In the ["Deploy!" section](https://tutorial.djangogirls.org/en/deploy/), when the project is pushed to GitHub, an email "[username/my-first-blog] Django Secret Key exposed on GitHub" is sent to the repo owner from [email protected]. It does...
This allow `tox -e docs` to run without warnings or errors. This was mostly fixing class references in docstrings. A few other changes: * Switch `license_file` to `license_files` in setup.cfg....
This PR reimplements YAML loading and unloading using the `ruamel.yaml` API introduced in 0.15. The older PyYAML-based API is deprecated in 0.17. This fixes issue #765 and the deprecation warnings....
For MNTOR-249, add tests to improve coverage of `EmailUtils` from `email-utils.js`. Line coverage is 100%, branch coverage is 95% (but may improve with tool updates). There are some small changes...
Add a new script `scripts/is_coveralls_configured.js` that checks if `COVERALLS_REPO_TOKEN` is defined or `.coveralls.yml` exists, and sets exit code 1 (failure) if not configured. It can be run with `npm test:is_coveralls_configured`...
Some metrics would be useful to emit from the monitor server and from scripts. On other S&P projects, these are captured by a local `telegraf` agent, forwarded to a cloud...