Tom Gidden

Results 5 issues of Tom Gidden

When one of our nodes got a bit tied up due to a disk space issue, clustercheck started filling up the `ps` list, waiting on mysql queries. Wrapping the whole...

This PR contains some reorganisation and two new features we needed in-house: - **OAuth 2.0 flow**: unfortunately, as noted in the README the security gained by using OAuth isn't actually...

We're getting the error ``` index.js:362 TypeError: Cannot convert undefined or null to object at keys () at Function.keys (es5-shim.js:1312) at serializeComp (index.js:1111) at index.js:1125 at Array.reduce () at serializeComp...

My regular gitlab-ci cert renewal pipeline's failing now, thanks to the deprecation of ACMEv1: ``` $ bundle exec jekyll letsencrypt Configuration file: /builds/xxxxxx/xxxxxx/_config.yml Registering [email protected] to https://acme-v01.api.letsencrypt.org/... jekyll 3.8.6 |...

wontfix

Implementing RAWv2 is made a bit more complicated by not specifying whether the 16-bit values are most-significant-bit or least-significant-bit. For that matter, it'd help if the data field descriptions referred...