Will Kahn-Greene
Will Kahn-Greene
Recently, ruff added support for Python code formatting and in doing that changed configuration. We should update ruff configuration. ``` warning: The top-level linter settings are deprecated in favour of...
We should update Kent to Flask 3.
I get zero signal for the work I do and have no idea if it's generally positive or negative in the world. I do a lot of work, so this...
Implement integration test scaffolding for supporting sentry clients. For starters: * python sentry-sdk
There are a lot of preprocessors out there and currently support for them is hard-coded into jingo-minify. This really needs a better solution. At a minimum, it should get abstracted...
The Datadog Python library 0.45.0 in a k8s environment adds a container id to the metrics being emitted. With `datadog_extensions: true`, Telegraf understands tags part, but doesn't understand the container...
For services that are not webapps, what does Dockerflow recommend we do for healthcheck endpoints? For example, the Socorro processor is not a webapp and doesn't have anything to respond...
Python 3.7 end of life is June 2023. We should update this repo to at least Python 3.8. https://endoflife.date/python
This repository builds images based on Debian Stretch which is no longer supported as of June 2022. We should update to a more recent Debian version. https://endoflife.date/debian
The docs use `m2r` to convert a markdown file into restructured text in order to use Sphinx. That's not working anymore. We could switch from m2r to [MyST](https://myst-parser.readthedocs.io/en/latest/).