James McHugh
James McHugh
I organized the code and added comments to improve its readability. Also, the current set up of the neural network makes it very unlikely to converge. To fix this, I...
## Checklist - [x] I have included information about relevant versions - [x] I have verified that the issue persists when using the `master` branch of Faust. ## Steps to...
**Describe the bug** My project currently uses DRF Spectacular for generating an OpenAPI spec and Swagger Docs page. Thank you for making that very easy. What I would like to...
## Description of Changes Creates a `safe_property` decorator in `request.py` that utilizes the `wrap_attributeerrors` context manager to ensure all properties in the Request class properly handle any `AttributeError`s raised internally....
### Discussed in https://github.com/encode/django-rest-framework/discussions/9426 Originally posted by **james-mchugh** June 3, 2024 Hello. First, thank you for the hard work on DRF. It has been great workin with it. There seems...
### Description of the change Updates all fields in values.schema.json that are directly passed to `tpl` to also allow for string fields. ### Benefits Chart users can take full advantage...
### Description of the change Updates the `postgresql_start_bg` and `postgresql_execute_print_output` functions in libpostgresql.sh to specify the loopback address as the host for `psql` and `pg_isready` commands. ### Benefits If a...
### Name and Version bitnami/postgresql:16.3.0 ### What architecture are you using? amd64 ### What steps will reproduce the bug? 1. In any environment. 2. Use the Bitnami Postgresql Helm chart...
### Long story short When the operator's service account has limited access to the Kubernetes cluster (such as an RBAC that only gives it access to the current namespace), the...