Anton
Anton
Right now the now playing list is recreated each time and that causes some flickering in the browser. Preferable the HTML should be created once and then the variables should...
The image /images/DefaultVideo.png that is refered by the XBMC module is missing. Would be nice if it was added to the img folder.
Seems like this is the problem: http://stackoverflow.com/questions/12571144/ios-6-mobile-safari-session-variables-not-retained-when-set-via-ajax
The field for the url (blackbox exporter probe) is of type URLField. This prevents the blackboxexporter to be used for tcp, ssh and smtp probes. https://github.com/line/promgen/blob/209180f3b934f916e7b9a480dc4ab7fbc110cc33/promgen/models.py#L381 Changing it to [CharField](https://docs.djangoproject.com/en/4.0/ref/models/fields/#django.db.models.CharField)...
When installing the plugin in Redmine 3 the new digest functionality is missing.
Hi, After the upgrade to version 0.4 the syntax field.contains("value") doesn't work when evaluating a json input. Is this by design or do I need to change anything on my...