Éric
Éric
> GitHub doesn't allow us to auto-subscribe users to issues, so this mail would give them a chance to resubscribe manually Can a bot post a message that mentions people?
The problem to avoid is sending one message per person per ticket, right? Wonder if it could be easy to get some info (like numbers of people subscribed to
fixed in version 1.2.0+ds-4, but we still have the other error: QQmlApplicationEngine failed to load component qrc:/main.qml:22:1: plugin cannot be loaded for module "QtQuick.Controls": Cannot protect module QtQuick.Controls 2 as...
What do you think of downloading files to a .backup directory and then deleting them in the bucket? People are trained to accept confirmation dialogs without reading them; undo features...
That sounds like a fun thing to code (after #2 probably, if the default backup directory is under the www directory). Is there a free plan for S3 if I...
I think of git flow publish as a nicer git push that doesn’t make me write the set-upstream-to option manually! However, it refuses to do what I want most of...
This ticket is not a discussion of that `__eq__` method, but of the formatting of specific lines by the `black` tool.
To answer this question: ```python class EntityAdmin(admin.ModelAdmin): ... list_filter = ( ??? ) ``` This is what I would want: ```python class EntityAdmin(admin.ModelAdmin): list_filter = (("field", AutocompleteFilter),) ``` (i.e. similar...
FWIW, I have used https://github.com/farhan0581/django-admin-autocomplete-filter in my project and it works pretty well. Thanks nonetheless for writing this one and making it available! I haven’t looked recently if this package...
You can move the contents of your setup.py script to setup.cfg and you’ll be able to use shortcuts to get version from file and to use a file as long...