Hartmut Holzgraefe
Hartmut Holzgraefe
I'm not sure whether this is due to the header being multi-lined, or whether there's something special about the "References:" heder, but: I have notification messages due to users replying...
right now all examples have the full initialization and connect code in their respective source files, this makes finding the actual example code for the function at had hard for...
When using libmariadb dev packages only mariadb_config gets installed by default, mysql_config gets created as a symlink to mariadb_config only if libmariadb-dev-compat is also installed The autoconf macros should check...
Right now the mysql_ssl_set example contains MariaDB specific code, in the long run it should work with both MariaDB and MySQL
According to Mapnik source code the special file URIs "shape://ellipse" and "shape://arrow" should be used instead of marker-type="ellipse"/"arrow". This works fine in general, and allows to mix these internal marker...
What would it take to get wiki editing access?
When setting `mapnik.logger.set_severity(mapnik.severity_type.Error)` I still see warnings like `Mapnik LOG> 2020-05-10 10:41:58: warning: unable to find face-name 'No Such Font' in FontSet 'fontset1'` being written to `stderr` Only when disabling...
My OpenStreetMap username / login is "Hartmut Holzgraefe" with a space between first and last name. When I log in via the OpenStreetMap provider `{{user.username}}` and `{% user_display.user %}` in...
escape_for_shell() function escapes characters with "special" meaning to the shell, like \ or #, and also puts the result string into single quotes. Within single quotes these special characters do...
I am still looking for a way to render a rotated map, so that the top of it is not oriented to true North, but towards the direction a person...