Alexis Yushin

Results 100 comments of Alexis Yushin

yes, but allauth + dj-rest-auth + otp requires a lot of tweaking as we use it together with drf-yasg basically allauth is not really drf friendly and dj-rest-auth breaks all...

Can't believe this is still not resolved! Can we discuss and fix it?

Alternatively, somewhere in your project? ``` from drf_yasg import openapi from drf_yasg.inspectors.field import model_field_to_basic_type from hashid_field.field import HashidFieldMixin model_field_to_basic_type.insert( 0, (HashidFieldMixin, (openapi.TYPE_STRING, None)), ) ```

I've just made a https://github.com/andrey-ushakov/esc_pos_utils/pull/22 that allows you to use a custom text encoder also outside of Row/Column scenario

We've developed a higher-level abstraction package that abstracts combines the searching and printing functionality of the bluetooth, network but also some brand specific printers like Star... It has a way...

Hi, nice library! I wish we found it a week ago, we've just published something very similar (https://pub.dev/packages/progress_builder) but we did take a slightly different approach. Perhaps we can exchange...

ah not really, that's the beauty, as I mentioned above, all configuration is inside sections/* and base.py and production.py and local.py just import those parts. and if you need some...

you would go further and import all sections inside `sections/__init__.py` and just have one `from sections import *` in your `production.py` or `local.py` so top level `base.py` is not needed...