Guilherme Caminha
Guilherme Caminha
Is there some way to make the component work with non-smart switches? On cold starts it doesn't seem to pick up the lights. Maybe the best compromise is to lower...
Currently the setup.py will check the Python version using `sys.version_info`. That is not considered good practice and for example will not work with Poetry. The recommendation is then to use...
## Describe the bug Using passlib, which internally imports `crypt`, now gives a deprecation warning: ``` .venv/lib/python3.11/site-packages/passlib/utils/__init__.py:854 DeprecationWarning: 'crypt' is deprecated and slated for removal in Python 3.13 from crypt...
Is support for type annotations in the roadmap for this package? I think it would really benefit from it.
# About this change - What it does - Add a dev target to Dockerfile which will install dev and static-check dependencies - Set up a volume that syncs local...
When a user sends a bad schema, we return a 500 even though the error is handled. Here we return a 422 instead.
I am in the process of converting a legacy system that was using an in-house streaming package to Faust. We had our own "polymorphic typing" implementation that made messages look...
https://github.com/hashicorp/terraform-provider-aws/issues/14440 This is causing issues when trying to update the ASG: `Error: updating Auto Scaling Group (...): InvalidQueryParameter: Invalid launch template: When a network interface is provided, the security groups...
**Describe the bug** Packages that are used just as pytest fixtures are wrongly set as unused. **To Reproduce** Steps to reproduce the behavior: 1. Install `pytest-freezer` as an example 2....