Alex Martani
Alex Martani
We run a private bors instance, and we are running into a relatively common issue of merges being issued with the incorrect target branch set. In particular, there's a tool...
Expand environment variables (`$FOO`) and user dirs (`~/`) passed in `--json-report-file`. In particular, this is useful in cases where these are configured via config files (eg. `pytest.ini`) rather than being...
In our CI pipeline, some tests are run in an environment that has a git client, while others are not (integration tests that are run inside docker containers, which we...
**What package is missing from Amazon Linux 2023? Please describe and include package name.** AWS Secrets Manager Agent The AWS Secrets Manager Agent is a client-side HTTP service that you...
Currently, when creating a venv, `uv` always symlinks the python interpreter. Example: ``` $ uv venv --python=3.12 /venv $ ls -l /venv/bin ... lrwxrwxrwx 1 root root 25 Aug 28...
### Contributing guidelines - [X] I've read the [contributing guidelines](https://github.com/docker/buildx/blob/master/.github/CONTRIBUTING.md) and wholeheartedly agree ### I've found a bug and checked that ... - [X] ... the documentation does not mention...
Build wheels for aarch64 (ie. arm64) linux.
This change adds a new command 'new_if_absent' to buildozer. The 'new_if_absent' command behaves the same as the 'new' command, but it does not fail if a rule with the same...
### Description actions/checkout@v6 changed how credentials are persisted, which results in the opencode github action workflow to fail with: ``` Configuring git... 846 | // Do not change git config...