Bernd Wechner
Bernd Wechner
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...
Currently I've built this so it have a load of distinct command line utilities. That's nice in a way. They include: ``` degoo_cd degoo_get degoo_ll degoo_login degoo_ls degoo_mkdir degoo_path degoo_props...