T. Franzel
T. Franzel
This is one approach of supporting recursive serializers through lazy loading string classes #23 the reason the loading is located in ``_get_serializer_from_model_or_instance`` is that if it is placed in ``__init__``...
We currently maintain a hack that allows us to have recursive polymorphic serializers like so: https://github.com/tfranzel/drf-spectacular/blob/master/tests/contrib/test_rest_polymorphic.py#L28 This small change opens up a lot of modelling options, one of which is...
Type improvements. This will fix some of the `mypy --strict` flags. Green for the following flags. Commented out flags still fail. ```bash mypy --config-file tox.ini drf_spectacular \ --warn-unused-configs \ --strict-equality...
Hey Carlton, this just showed up in my feed. Just wanted to let you know that I made a reusable lib for this, because I was quiet frustrated with the...
## Proposed change This is a variation for the Aqara H1 Double Rocker. Search led me here: https://github.com/zigpy/zha-device-handlers/issues/940#issuecomment-1001107154 and here https://gist.github.com/xuxiaoqiao/6ed8dcb950f26337218d0507733970a0#file-aqara_h1_remote-py Unfortunately it didn't work because my device quirk somehow...