Bernd Wechner
Bernd Wechner
Sure looks that way. Last minor touch 7 years ago, last significant one 11 years ago. No Readme. 18 open issues. A python solution looks nice to me, gave it...
I just tried the appimage. And it says _"gtksink" not found. No video preview. Install all Gstreamer 1.0 plugins._ Alas the readme is not very help stating only: Make sure...
On the whole, I want mainly to say thanks for a neat little program, and not come across as too critical. Trying it out though I find most controls fairly...
I came across this as a testing tool. It's nice, thanks. Another testing desire I have occasionally is to run an on line webserver temporarily that just responds with a...
Love this. Just taking a quick spin plugging it into a development version of our tendenci site (for a club) Following **Installation** here: https://django-todo.readthedocs.io/en/latest/ 1. I set `SITE_ID = 1`,...
Django4
Trivial changes for Django 4 compatibility. If these introduce Django 3 compatibility issues (which I doubt) then the change may need to be surrounded by a version check.
I was supplying a queryset which was already distcint! And moreover I am using .distinct(field) in order to make a complex interaction between url filters and Window functions work. Works...
I'm using this to filter ListViews beautifully now. Thanks. Love it. I find myself wanting at the top of the list view to summarise the filter in use. Alas no...
Forgive me. But on this page: https://github.com/miki725/django-url-filter/blob/master/docs/usage.rst There is an enticing Django section after a Vanilla section that makes no sense to me. And in it I expect to see...
For large files in particular there's a real risk that a transfer is interrupted. For that reason most web tech today and the Google Cloud Store in particular support restartable...