Henner
Henner
I have found it, as somone used it for a diamond plugin: https://github.com/BrightcoveOS/Diamond/issues/373 maybe you would like to have a look at it?
but you could tell based on the choices... But it is alright! I did not realize, that it is a subclassed select widget.
I solved it for me by adding the mime type to /etc/mime.types but I would find it useful, if this was fixed as a fallback in signal-cli
see example: http://demo.stage.miadi.net/heatmaps/heatmap.html
still does not work...
I did it like this: ```python class AttribStaticMap(StaticMap, object): def __init__(self, *args, **kwargs): self.attribution = u'© OpenStreetMap-Mitwirkende' super(AttribStaticMap, self).__init__(*args, **kwargs) def _draw_features(self, image): super(AttribStaticMap, self)._draw_features(image) txt = Image.new('RGBA', image.size, (255,...
Thats a BOM and is valid for UTF files. Removing it works, but it should even work with.