Thomas Güttler
Thomas Güttler
How does bitpocket distinguish between delete/create? AFAIK for this to work you need a list of all files of the last sync. It would be nice if you could explain...
On my PC I would like to set up two slaves. One folder for syncing from server-a and an other folder for syncing from server-b. Both servers contain different data....
It would be really great, if you could use eliot without modifying the source code. I would like to provide a list of methods which should create events: ['mymodule.foo.bar', '....]...
Web GUI?
Is there a way to show the logging output in a web GUI? I would like to be able to create such a great call-tree output from production environments. Not...
The heading of the README: # Eliot: Logging that tells you why it happened I think Eliot does not do logging. It does tracing. I would change the heading. >...
Please tell the users the state of the project.
I think classbasedsettings are great. I would like to use them in other (non django) projects, too. Is this possible?
Is it possible to use [blue](https://blue.readthedocs.io/en/latest/) instead of black? `blue` is a somewhat less uncompromising code formatter than `black`. See also: - [many-formatters](/users/akaihola/projects/4/views/5) sub-project
We run our code in virtualenvs. For daemons and other parts we use EnvironmentFiles like systemd understands: https://www.freedesktop.org/software/systemd/man/systemd.exec.html#EnvironmentFile= Maybe I was blind, but I could not find a way to...
The django packages site misses some information about django-pagination. Please update the comparison: https://www.djangopackages.com/grids/g/pagination/ Thank you.