Alexis Yushin
Alexis Yushin
This is related https://github.com/axnsan12/drf-yasg/issues/383 However this requires overriding the entire generator `get_path_parameters` method in its entirety just to be able to do: ``` if isinstance(model_field, HashidFieldMixin): attrs = {'type': openapi.TYPE_STRING}...
Hi, Great package but I miss a few things like being able to access advertisement data of the bluetooth devices to filter out printers only? Would it be an idea...
it might be useful to know if we are currently connected to a printer and which one
Hi, I am working on a package for scanning and persistent federated printing (bluetooth, network, star printers, brother label printers etc) of pos receipts using BLoC patterns (pos_printer_bloc)[https://github.com/apexlabs-ai/pos_printer_bloc] and I'm...
## Description It would be great to follow django best practices and setup split settings instead of one huge monolith base.py out of the box. Proposed structure: ``` sections/base.py sections/auth.py...
I think it would be really awesome if django-cookiecutter would have an option helm_chart=y that would produce a secure helm chart (or rather helm chart values.yaml for a standard django-cookiecutter...
How difficult would it be to implement domain-wide disclaimers (signatures)? What would be the right way to do it? I suppose we need a "disclaimer" field per domain in the...
Hi all, As FCM can now handle ios/android/web we found it convenient to have a generic FCMDevice model that also keep the data about device platform. Here is my take...
My understanding that nobody uses GCM anymore, so perhaps it is time for the upgrade? My suggestion would be to rename GCM model to FCM model (breaking change) and add...