Robin Tweedie

Results 6 issues of Robin Tweedie

I tried using `yappi` on some code that is executed through Bazel and it was difficult to read the stats because the paths all begin with an identical, deep prefix....

next release

We get some infrequent/non-deterministic errors when using `docker` through `testcontainers`, a typical traceback looks like this (when trying to get logs from a container, but I think it has happened...

tl;dr I have been trying to figure out why `pylint` is slow for us and profiling points to `astroid`. I'd appreciate some pointers on how I could get a clearer...

topic-performance

We set a pinned version with `datadog_agent_version`. Since the role does not use `ansible.builtin.dpkg_selections` to put a `hold` on `datadog-agent`, hosts can upgrade the `datadog-agent` package when new versions become...

Should pytest be removed from `requirements.txt` so that it can be optionally installed?

**Is your feature request related to a problem? Please describe.** We would like to upgrade `requests` for https://github.com/advisories/GHSA-9wx4-h78v-vm56 **Describe the solution you'd like** requests-unixsocket has been forked to address the...

enhancement