Results 3 issues of sgelb

My setup consists of two monitors aka outputs. If my understanding is correct, each of these outputs has its own layout stack. As a result, `focus-view next` will only consider...

enhancement
use case

If termgraph is used as a module and a value is 0, a `ValueError: math domain error` is thrown by `math.log` in `utils.py::cvt_to_readable(num)` here: https://github.com/mkaz/termgraph/blob/09e17cc3510b62969fc12075dd698817357a5a93/termgraph/utils.py#L16 Problem is that there is...

Beginning with Mapnik v3.0.0-rc1, layers with status=off are completly ignored when loading a map (see https://github.com/mapnik/mapnik/commit/e26570dfdb9e2c98211e793138869b896d8f05d9). As a result, most tests in https://github.com/omniscale/go-mapnik/blob/master/mapnik_test.go#L168 fail. I'm currently working on expanding go-mapnik/mapnik-c-api...