Results 9 issues of Hinnack

somehow the returned order is the original order of the items, not the selected order

enhancement

if I have the following choices: MY_CHOICES = ( (0, _('val1)), (1, _('val2')), ) I get an array ["0", "1"]

enhancement

I am too blind to find the api documentation. I would like to query the API using python to get all problems (or at least the amount of problems). I...

it would be nice to have a check command to test the version of shinken and all its plugins for updates especially if one did not use a package manager...

Feature

I try query 6 from http://mathias-kettner.de/checkmk_livestatus.html GET services Stats: state = 0 Stats: state = 1 Stats: state = 2 Stats: state = 3 like: ``` python from mk_livestatus import...

https://lab.tridnguyen.com/web-payments-example/

```python from staticmap import StaticMap, CircleMarker m = StaticMap(800, 600) marker = CircleMarker((7.21733093261719, 51.4838951030122), '#0036FF', 12) m.add_marker(marker) image = m.render(zoom=14) ``` python27 staticmap 0.5.4 pillow 6.2.0

yolk -U kontocheck dies with: urllib2.HTTPError: HTTP Error 403: Must access using HTTPS instead of HTTP I am using yolk version 0.4.3

$ pip install djradicale Collecting djradicale Downloading djradicale-0.0.14.tar.gz (12 kB) Preparing metadata (setup.py) ... done Collecting Radicale==1.1.1 Downloading Radicale-1.1.1-py2.py3-none-any.whl (47 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.3/47.3 kB 2.7 MB/s eta 0:00:00 python -V...