Results 164 comments of Sam Darwin

This PR is low priority, not critical. Still, I have been thinking about it more and there are probably various ways to handle it. - Option 1 , what was...

- Circle passed. - Mergify failed. [Strict mode is deprecated.](https://blog.mergify.com/strict-mode-deprecation/) "We are planning to remove this option _entirely_ on January 10th, 2022." "To update your configuration, you need to switch...

> Or, maybe something else is broken. This is a brief window of time during which the latest newest ansible-compat is broken. Change test-requirements.txt: ``` # temporarily lock versions of...

- mergify strict mode is end-of-life - circleci config file, should run on large instances. resource_class: large

@SuperQ , not sure how this skeleton branch works, but it overwrote a new change to circleci, which added "no_output_timeout: 60m". That's when a step doesn't have visible output in...

Also facing this question. So far we are using `lcov`, `genhtml`, and `gcovr`, and not `gcov` directly. In order to leverage covpare, is it correct that you must run gcov...

About that other topic I brought up "diff pull requests", it appears `gcovr --json-summary` will output coverage data as json, and from there it shouldn't be overly difficult to run...

I was just updating multiple roles. an earlier molecule.yml functioned on many of them: ``` platforms: - name: instance image: "geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest" command: ${MOLECULE_DOCKER_COMMAND:-""} volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro - /var/lib/docker privileged: true...

These MacOS plugins have been working well in production, and could be merged to this repo: CPU: https://github.com/munin-monitoring/contrib/blob/master/plugins/cpu/cpu_osx Memory: https://github.com/munin-monitoring/contrib/blob/master/plugins/memory/memory_osx It would be great if `brew` support were added! The...

There is a (recent) work-in-progress pull request in the release-tools repository to build/distribute source-only boost.