Alistair Lynn

Results 21 issues of Alistair Lynn

**Output of the [info page](https://help.datadoghq.com/hc/en-us/articles/203764635-Agent-Status-and-Information)** ``` $ sudo systemctl status datadog-agent.service ● datadog-agent.service - Datadog Agent Loaded: loaded (/lib/systemd/system/datadog-agent.service; enabled; vendor preset: enabled) Active: active (running) since Tue 2019-10-22 17:09:56...

This dropping below the norm seems to be a pretty good indicator of lag issues, could this end up in the console among the cpu/mem/load stats?

Hello! asyncio's own `gather` is a bit of a dated design but still pretty common, at least in codebases I'm dealing with at the moment—converting them to `amap` would be...

It would be great to have some kind of `--wheel` option which generates wheels where only source packages are downloaded.

`pure` and `return` have differing results. In the case of `Cofree Maybe` for instance, `pure` yields an infinite string of its argument, where as `return` yields a one-element string containing...

And other such TROVE changes.

[`ruamel.yaml`][ruamel] is a more modern fork of PyYAML, which: 1. Uses YAML 1.3 2. Has some neat round-tripping functionality, 3. Is regularly maintained, 4. Isn't using deprecated APIs which are...