monosans

Results 14 comments of monosans

I have same problem. I'm using Python 3.9.2. Also Fetchcord can't recognize i3 window manager: ``` ~ fetchcord --noshell --nohardware --nohost [KeyError]: 'Host:' ('DEFAULT', ) ('cycle_0', ) ('cycle_1', ) ('cycle_2',...

@BlivionIaG thank you! FetchCord now recognizes i3. But Gentoo is still not recognized for me.

This issue reappeared in https://github.com/Riverside-Healthcare/djLint/commit/946b8ad7152b098ddc2489a52bc668ba48737445.

Fixed in https://github.com/Morganamilo/paru/pull/822.

I assume you have this happening because the `mypy_django_plugin` is not enabled. Take a look [here](https://github.com/typeddjango/django-stubs#installation) at how to enable it.

On my machine, markdown-it-py is the fastest among pure-Python implementations. Good work! I hope this pull request will be merged someday. :smile:

You can pass the classes you want to monkeypatch in the `extra_classes` parameter to `django_stubs_ext.monkeypatch()`. Example: ```python import django_stubs_ext from rest_framework import fields, generics django_stubs_ext.monkeypatch( extra_classes=(fields.Field, generics.GenericAPIView) ) ``` or...

> How's it related to typing? For example, Ruff reimplements flake8-type-checking, which is on this list.

Hope this helps https://github.com/typeddjango/djangorestframework-stubs/issues/255#issuecomment-1320496964