Paul Norman

Results 297 issues of Paul Norman

The [mix docs](http://lesscss.org/functions/#color-operations-mix) are silent on if a weight of 0 is 100% of the first colour or 100% of the second colour. Also, no examples are other than 50%.

maintenance
docs

mod_tile can shed load based on load average. Since this functionality was developed, the linux kernel added [pressure stall information](https://www.kernel.org/doc/html/latest/accounting/psi.html), a metric that is better suited for this purpose. Using...

Running `cat foo | render_list -s /var/run/renderd/renderd.sock -n 8 -m default -f` I get errors ``` Starting 8 rendering threads Meta tiles rendered: Rendered 10 tiles in 0.00 seconds (11074.20...

render_list has no options to control the verbosity, but always outputs debug options. An option to only display the results or to display no output except errors would be helpful.

when compiled with `./configure --prefix=/usr/local` renderd gives the error ``` renderd iniparser: cannot open /etc/renderd.conf ``` It has correctly installed the config to /usr/local/etc/renderd.conf

When running `render_list` I get the debug message `debug: init_storage_backend: initialising file storage backend at: /var/lib/mod_tile` to stderr. My config file doesn't use /var/lib/mod_tile, so this message is incorrect

Fetching tiles at /buildingclip does not work with this renderd.conf ``` [renderd] stats_file=/var/run/renderd/renderd.stats socketname=/var/run/renderd/renderd.sock num_threads=4 tile_dir=/var/lib/mod_tile [mapnik] plugins_dir=/usr/lib/mapnik/input font_dir=/usr/share/fonts/truetype/ font_dir_recurse=true [default] URI=/osm/ XML=/home/ubuntu/mapnik-stylesheets/osm.xml [carto] URI=/carto/ XML=/home/ubuntu/openstreetmap-carto/osm-carto.xml [noamenity] XML=/home/ubuntu/openstreetmap-carto/noamenity.xml [nolandcover] XML=/home/ubuntu/openstreetmap-carto/nolandcover.xml...

https://www.mapbox.com/tilemill/docs/guides/selectors/ does not document all selectors possible - Nulls (`[field!='']`), see mapnik/mapnik#1859 - Booleans It would probably be useful for the selectors reference to be in with the rest of...

documentation

https://github.com/mapbox/carto/blob/master/lib/carto/functions.js#L35-L55 defines rgb, rgba, hsl, hsla, etc It would be useful to be able to input colours directly into carto in a perceptual colour space like Lab, Luv, and Lch....

enhancement

I made a change that broke my queries, then made another change that fixed them. When Kosmtik was reloading that 2nd change I got ``` [Core] Creating metatiles cache dir...