Nick Pope

Results 169 comments of Nick Pope

Thanks Claude. Over to you @felixxm 🏉

If memory serves me this was a bug in `aioredis~=1.3` which may have been fixed in `aioredis>=2.0`. Unfortunately `channels-redis=4.0`, `channels-redis>=4.0` and `redis>=4.3` - a lot has changed and it's highly...

Yes. See #95. I'd recommend checking out [pymemcache](https://pypi.org/project/pymemcache) instead. I recently put in some effort to make sure that it is largely compatible with this abandoned library - for the...

@linsomniac Just raising the issue of maintainership here again. Would you be prepared to move this project to the Jazzband organisation as recommended by a number of others above?

Hi @kezabelle 👋🏻 So I finally had a bit more of a play with this and had a faster solution with regular expressions for all cases but the single specifier...

@felixxm I think this is approaching readiness. There are a bunch of extra tests to write for missing coverage, i.e. `datetime.time`, but I'll look to do that once I split...

I don't think this is a bug and `Optional[Dict[str, Any]]` is correct. If you look at the [documentation](https://docs.djangoproject.com/en/stable/ref/forms/validation/#cleaning-and-validating-fields-that-depend-on-each-other) it states the following: > The call to `super().clean()` in the example...

> Please let me know if it works as it should. I think this is still not quite right as I now have the inverse problem: ``` xxx.py:154: error: List...

This will be fixed in the next release of `django-stubs-ext`, see https://github.com/typeddjango/django-stubs/commit/e8d52fe7daf88cfe7db5d0dd312e1b5946577051. In the meantime, you can use the `extra_classes` argument of `django_stubs_ext.monkeypatch()`.

This might also be useful: https://github.com/asottile/dead Much fewer false positives.