Michael Honaker
Michael Honaker
#### What type of PR is this? /kind feature #### What this PR does / why we need it: This PR adds support for a new spoofed CRIO runtime which...
Hello, I updated to the latest `python-dotenv` version (1.0.1) this morning and am now starting to see the following Assertion Errors: ``` Traceback (most recent call last): File "", line...
Hello, I manage a project using poetry and since importlib-metadata `6.5.1` my install has been failing with the following error. I'm trying to install an updated version of `ansible` while...
**What this PR does / why we need it**: **Special notes for your reviewer**: **If applicable**: - [ ] this PR contains documentation - [ ] this PR contains unit...
**What this PR does / why we need it**: This PR converts the `ModelLoader` and `ModelSizer` classes into abstract base classes with their own factories. This mimics the core model...
## Is your feature request related to a problem? Please describe. I would like to stream raw bytes data instead of just filename references. ## Describe the solution you'd like...
Hello, when accessing the `.head` property of a Repository object I am getting the following error: ``` @property def head(self) -> str: """Get a reference to the current HEAD""" >...
**What this PR does / why we need it**: This PR refactors the model trainer abstraction to be a more generic "job" abstraction. With this job abstraction we are able...
## Describe the bug When processing a multi-part form without a defined boundary fastapi throws an exception: ``` {"channel": "SERVR-HTTP", "exception": "Traceback (most recent call last):\n File \"/usr/local/lib/python3.11/site-packages/starlette/formparsers.py\", line 236,...
**What this PR does / why we need it**: This PR fixes a visual bug where `error_handler.log_raise` messages would not be present in the `exception` field of the json logging...