Mathis Logemann
Mathis Logemann
Hey there, i´ve created a (yet simple) but working overlay for Flatpickr.js. In the coming days i will add more features and options. [FlatpickrBlazor Repo](https://github.com/mathisloge/FlatPickrBlazor)
Hey, I'm currently working on a project which depends on the ordering of insertion. `nlohmann::json` sorts the keys alphabetical. With `nlohmann::ordered_json` this behavior could be changed. However inja defines a...
This is the implementation of https://github.com/pantor/inja/issues/213 Currently there is one breaking thing in the code base. If you choose `nlohmann::ordered_json` the pointer https://github.com/pantor/inja/blob/2d515078c647457436556763aca8d4bf7d11d5e8/include/inja/renderer.hpp#L39 will get invalidated each time a new...
So I'm currently adding back windows support to mapnik (and CMake support, too). That does include node-mapnik and python-mapnik, too. Just wanted to let you know, that it might be...
fixes #4287 @artemp I needed to refactor the plugin logic a bit. I've introduced a new class `datasource_plugin` which has a common interface. So multiple static plugins with the same...
https://www.boost.org/doc/libs/develop/libs/spirit/doc/x3/html/index.html at the bottom it said that boost spirit x3 will move to c++17 with version 1.81
This is mostly a todo list for me. @artemp there is a v4 Milestone, which are some must haves of those? - [ ] #4291 - [ ] all the...
I wanted to add the static plugin functionality to cmake, too. But https://github.com/mapnik/mapnik/blob/master/src/datasource_cache_static.cpp declares either plugins, which are not present anymore or currently available plugins not. Missing plugin definitions: geobuf,...
related https://github.com/mapnik/mapnik/issues/3704 and https://github.com/mapnik/mapnik/pull/4153 What functionalities are added by this PR? * builds with cmake and leaves the dev packages in so that e.g. node-mapnik can directly build with the...
Just wanted to let you now, that I've now tested a full osm toolchain on windows. `.osm.pbf -> osm2pgsql -> openstreetmap-carto -> tile-renderer(mapnik-master) -> tile-server -> tangram-es`  you can...