Daniele Scasciafratte
Daniele Scasciafratte
A simple print in urls.py of include_view_urls shows that: ``` (, None, None) ``` So my guess is that we are using the decorator but that data is not available...
So I was able to find the issue. As I have views in different files inside the views.py folder the library doesn't load them. In urls.py I did: ``` path("",...
Now the readme is updated but require a review from @valberg
So I added the new parameter and updated the readme but about `pkg_util` I don't know how to proceed. To me is better if we don't know need to to...
ping @valberg
Why you closed it? I don't see that you implemented that feature
I see that the issue is still there after all those years.
I resolved with a bunch of JS in filters_navbar.php: ``` if ($('#filter_utente').find(':selected').text() !== '-') { $('li[filter-name="utente"] a.nav-link').text("Utente: " + $('#filter_utente').find(':selected').text().trim()); } if ($('#text-filter-anno').val() !== '') { $('li[filter-name="anno"] a.nav-link').text("Anno: " +...
I did a gist with some modification so don't require anymore composer and support also stdin with install instructions https://gist.github.com/Mte90/c6568811cd38b60cf05f0e9d8f16bc7a
Yes, no problem. I am using it on my Debian machine (I use linux everywhere) and also on my VPS. So the new feature of my script are based on...