Artem Pavlenko

Results 25 issues of Artem Pavlenko

```c++ napi_get_property_names(_env, _value, &result); ``` erroneously returns `Number` type when property name has only digit literals e.g '123' This has been fixed in node >=12 (tested 12.16.1, 13.12.0) /cc @springmeyer

bug
dependencies

https://github.com/mapnik/mapnik/actions/runs/9446160336/job/26015267186 @mathisloge @hummeltech could you have a look ?

build

Some details - https://github.com/mapnik/mapnik/pull/4492 /cc @mapmeld

symbolizers
feature

Combine multiple data sources (that share the same third party dependencies e.g gdal/ogr, postgis/pgraster) in one shared library to minimise binary size of input plug-ins. ``` gdal.input + ogr.input =>...

input.postgis
input.gdal
input.ogr
build