Gabriel Loewen
Gabriel Loewen
If jenkins crashes and it is brought back up any locks that were locked previously aren't released even after the pipeline creating the lock has failed/completed.
If credentials are passed in the URI, e.g. https://user:[email protected]/bar.git then the credential is properly removed from the cmdline in the exception, but if an authorization header is set via http.extraHeader...
**Describe the bug** I use dependency_overrides in my pytest config so that I can mock the security dependency and inject a mocked user into the request. This works with FastAPI...
**Is your feature request related to a problem? Please describe.** I am evaluating Cadwyn as an option for my API to enable versioning. Many of my application routes use a...
Description: Rich-click currently doesn't work with [asyncclick](https://github.com/python-trio/asyncclick) due to differences in class inheritance and method resolution order (MRO). When using rich-click with asyncclick commands, we encounter exceptions because rich-click's formatting...