James Morris
James Morris
That does help a bit, yes. To be clear, my distro ships redis 5.0.5 and I'm currently using redis-py 3.5.3. I take it then that I can't upgrade to redis-py...
While I agree that there should be some clarity, the discussion you reference is incorrect that the `--python` option will update the Python version. To upgrade a project from one...
`pip` has the `list --outdated` command. Could you hook into that maybe?
Yes, Django started requiring asgiref in Django 3. If you look at the requirements for Django 2.2.x, asgiref is absent: https://github.com/django/django/blob/stable/2.2.x/setup.py#L86
Nope, there wasn't any particular reason I didn't use `__func__`. I'll consider it and see if I like how it looks in the output.
Hi there! I actually did have this feature in an earlier version, but I deliberately removed it. In keeping with the spirit of `dbg!`, I wanted my macros to behave...
Hey all, It so happens that I actually revisited these stubs I made a while ago and made some significant improvements, but never published them because I didn't think there...
@JelleZijlstra, the work I've done is mostly about making the return type for the `gateways()` function more precise. I also today incorporated @srittau's suggestion to mark constants as `Final`. I've...