jonathan-boudreau-work
jonathan-boudreau-work
We have expensive build steps which we don't want to run on every commit. At the same time we want to run these build steps before merging, since they are...
If black or prettier is present in the project, it should format the code automatically.
Steps to reproduce: - In Chart.yaml, specify a name with a space, e.g., `sample chart` - Package the chart - Push to a registry, e.g., `sample chart-1.1.3.tgz oci://localhost:5001/sample-charts` Expected result:...
We currently have a monorepo setup where code for various components in our application lies. This makes it easier for making changes across multiple services when implementing features. One problem...
- [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) Poetry version. - [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. - [x] If...
**Describe the bug** Documentation seems to be out of date or inaccurate when it comes to the authentication steps. **To Reproduce** Steps to reproduce the behavior: 1. Read [documentation](https://github.com/Azure/acr/blob/main/docs/AAD-OAuth.md) 2....
**Describe the bug** When trying to run uvicorn in a subprocess (using `multiprocessing`) an exception is thrown in that subprocess after you terminate it. **To Reproduce** versions python version: 3.12.3...
## Steps to reproduce - On macos (non-arm) with docker for mac - Pull down image with `docker pull aghost7/nodejs-dev:noble` - From python, run the following code `client.images.get('aghost7/nodejs-dev:noble')`. ## Expected...
There are several options that I often use when I'm developing tests (e.g., pytest, jest, etc) which would be great to also have in the verifier IMO: - `--exit-first`: Stops...
I am getting the following error: `2025-09-04T16:20:46.363404Z ERROR ThreadId(02) pact_ffi::mock_server: Failed to start mock server - Could not start server: error creating server listener: Address already in use (os error...