Sam Darwin
Sam Darwin
After re-running, the job succeeded. You can either click 'restart' from the upper-right corner in drone, or push a small change to the pull request.
> It would sure come in handy some times. Most drone permissions are based on github. - Log into github in the browser. - Then, visit https://drone.cpp.al and log in...
It would be great if there were a purely ssh solution that didn't depend on the GUI at all. In the meantime, this can be helpful: go to System Preferences...
Currently when you run svc.sh on macOS, the output is something like this: ``` actions-runner gha$ ./svc.sh Usage: ./svc.sh [install, start, stop, status, uninstall] actions-runner gha$ ``` That should be...
I'm infrequently, occasionally, getting deadlocks with "gevent". This pull request is aimed at improving "gthread". It only modifies `gunicorn/workers/gthread.py` Could any of the improvements/techniques here also apply to other worker_classes?
Questions: 1. With "Clang 20", is that on macOS? Installed via `XCode`, `brew`, or manually compiled, or which method? 2. In terms of MacOS in particular, let's focus on the...
"it just needs to be tested regularly". That sounds very commonsensical. I agree. At the same time, consider boostorg/unordered, for example. It's already running 60 tests on every commit made...
@h-vetinari Boost is open source, maintained by volunteers, and also the community. You are reporting a bug in "boost 1.89 & clang 20". If you are able to debug the...
There is an intention to use a centralized repeatable configuration. https://github.com/boostorg/boost-ci/tree/master/.github/workflows/ Each boost library would include `ci.yml`. That calls `reusable.yml`, which can be updated once from boost-ci itself. It's "in...
did you post the issue in this thread: https://github.com/Homebrew/homebrew-core/issues/169820