Adam Casey
Adam Casey
> The docs you linked to state that: > > > These calls are only made if control is expected to return to the Python interpreter. > > However, that's...
We're using `boost::upgrade_to_unique_lock`, which as far as I can tell didn't make it into C++17. Avoiding the boost::shared_mutex would require acquiring a unique_lock at the start of the `DNSHostnameMapper::prime` method....
Thanks for the PR Asmund. I agree that having a published Docker image (or any kind of published, built, artifact is going to make it easier for people to use...
Thanks for your feedback @micdenny ! It looks like we have one project publishing to dockerhub, but it doesn't seem particularly widespread amongst our open source projects - and the...
The Doxygen CI step seems to be trying to write to this repo, which is (rightly) failing for a PR coming from a fork. I'm OK to ignore this CI...