George Lamprianidis
George Lamprianidis
Use "line-offset" to specify offsets for line symbolizers. This works OK and draws the correct map when using cascadenik.load_map but the mapnik.save_map output does not contain the offset parameter in...
Is there support for the line symbolizer offset parameter, that allows a line to be drawn next to its original position by a specified offset? Example here: (lines 4-5) https://github.com/mapnik/mapnik/blob/master/tests/data/good_maps/line_symbolizer_offset.xml
I have found no way to pass options to the `Collection#aggregate` method as explained here: http://docs.mongodb.org/manual/reference/method/db.collection.aggregate/ for example to allowDiskUse for external sort operations. Maybe a patch like this should...
``` let dev = null; miio.device({ address: "xxx", token: "yyy" }).then((device) => { console.log("Connected to", device); dev = device }).catch((err) => handleErrorHere); > Connected to MiioDevice { model=mijia.vacuum.v2, types=miio:vacuum, miio,...
It would be nice for some commands, to display a native form of some sort to gather user input for the command that's about to run. e.g. click on a...
If response status != 200 (e.g. 403 when rate limit exceeded) then in the response body ```data['data']``` is an array, and trying to access ```data['data']['expand'].first``` results in an error.
After the September Soundtouch 10 Bose speaker upgrade, the plugin very frequently crashes and forces the entire homebridge server to restart. When this happens, it's usually force restarting in an...
As described here #81 would it be possible to add support for more geospatial queries? As @durran mentions for example it would be nice to have `queryable.geo_within_box` and `queryable.where(:field.geo_within_box)`, etc....
## Describe the bug The saved file is corrupted on the latest version (0.10) but works on (0.9). Suspecting the change of the RubyZip 2.3 -> RubyZip 3.0 dependency but...