Marek Czaplicki
Marek Czaplicki
Sorry, I don't have much time, but mypy screams here: ``` my_valyes = values( column("x", Integer), # here column("y", Integer), # and here name="my_values", ).data(my_values_data) ``` with: ``` error: Argument...
``` DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('sphinxcontrib')`. Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages declare_namespace(pkg) ``` Any chances to get rid of this?
Thanks for wanting to report an issue you've found in redis-py. Please delete this text and fill in the template below. It is of course not always possible to reduce...
I've started using you library and everything was fine until I've moved to production server. On my localhost it works perfectly and resizes my parallax images to desired dimension. ...
I am receiving this error from wolfssl python library. Am using python 3.6 and this is what I get in console after like 5 clients connect to my socket: ```...
### Describe the bug The documentation mentions that `async_timeout` is one of the dependencies of `aiohttp`, but it's not. https://docs.aiohttp.org/en/stable/#dependencies ### To Reproduce 1. Install `aiohttp==3.9.5` 2. `import async_timeout` ###...
Please allow higher version of `urllib3`. The one required in this package is quite old.
These changes are about to add a current media volume (after pressing the button volume up/down). I haven't tested it, I don't have the infrastructure, so I was thinking that...