Christoph Holtermann
Christoph Holtermann
## What did you search for? Different cities in germany with a parenthesis in the name. 1) "21423 Winsen (Luhe) Bahnhofstraße 2". https://www.openstreetmap.org/search?query=21423%20Winsen%20(Luhe)%20Bahnhofstra%C3%9Fe%202#map=19/53.36028/10.20633 2) "29456 Hitzacker (Elbe) Gelderländer Straße 12"...
If in multiple groups with different permissions (read, write) read has higher priority than write
### Steps to reproduce 1. Have a group A with read permission on a calendar 2. Have a group B with write permission on the same calendar ### Expected behaviour...
It would be nice to have a possibility to clone/copy events
I have been looking for a way to externally control a leaflet map. That is I have a list of addresses and I want to have a "show on map"...
This is about developing a sympa mailinglist server with the mailu environment. There are different ways of running sympa. I prefer the setup with postfix and virtual domains. https://sympa-community.github.io/manual/install/configure-mail-server-postfix.html#virtual-domain-setting There...
It would be nice to have the link to PyPi https://pypi.python.org/pypi/NagAconda/0.1.4 and the online documentation http://pythonhosted.org//NagAconda/ here.
I wrote a little nagios_plugin to check btrfs ``` python #!/usr/bin/python # Von https://pythonhosted.org/NagAconda/plugin.html from NagAconda import Plugin import os import subprocess from pyparsing import * btrfs_check = Plugin("Plugin to...
…n fetching dates.
I want to parse command line arguments. I have this schema: ``` python # Validation of arguments schema = Schema({ '': Use(open, error=' is not readable'), # ignore other keys...