Artem Pavlenko

Results 23 issues of Artem Pavlenko

`get_type_index` returns index in reversed order which is confusing. `which` method is complaint with `boost::variant`. In order to remove `get_type_index` we need to address last remaining issue - `invalid_type` value....

enhancement
interface change

https://github.com/mapnik/mapnik/commit/d40fb04284ef5c6e6a423b16dc17f980fb204298#diff-c281ad71b417fe25ac3fb3727d1e8f409777bf2cb334c4b3618b79975a6565ee

https://github.com/cmake-js/cmake-js /cc @mathisloge

## Potential deadlock in `GDALAllRegister()` WARNING: ThreadSanitizer: lock-order-inversion (potential deadlock) (pid=9528) This can be a "red herring" as sanitizer might not understanding code correctly ^ ## Steps to reproduce the...

See https://github.com/mapnik/mapnik/issues/4363 for details

The **opacity** attribute specifies the transparency of an object or of a group of objects, that is, the degree to which the background behind the element is overlaid. (https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/opacity) `opacity`...

bug
svg

re-factor `viewport`/`viewBox` logic to support nested `` elements

``` src/python_grid_utils.cpp:108:26: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations] PyUnicode_FromUnicode(line.get(), array_size)))); ^ /Library/Frameworks/Python.framework/Versions/3.11/include/python3.11/cpython/unicodeobject.h:600:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( ^ /Library/Frameworks/Python.framework/Versions/3.11/include/python3.11/pyport.h:336:54: note: expanded from macro 'Py_DEPRECATED' #define...

### The issue Current `nose` based tests are not compatible with python3.11. `nose` itself is out of date. ### Solution Migrate unit tests to use `pytest`