Results 6 comments of Hinnack

Maybe this is starting point: https://github.com/IMSoP/mod-macro-simulator

see also: https://github.com/lou/multi-select/issues/184 so maybe include something like this into the widget: http://stackoverflow.com/questions/13243417/jquery-multiselect-selected-data-order

so this is my solution: ``` javascript $(function () { $('#id_payment').multiSelect({ keepOrder: true, afterSelect: function(value, text){ var get_val = $("#id_payment_val").val(); var hidden_val = (get_val != "") ? get_val+"," : get_val;...

but that only gives the installed version. I installed shinken using pip. I now could do (in I prior installed yolk): yolk -U shinken to check for a new shinken...

```python from staticmap import StaticMap, IconMarker m = StaticMap(800, 600) marker = IconMarker((7.21733093261719, 51.4838951030122), './samples/icon-flag.png', 12, 32) m.add_marker(marker) image = m.render(zoom=14) ``` I only have this problem with certain points......

does this mean, this project is dead? If so, you should state this in the readme.md and remove the package from pypi, as it is not usable anymore with the...