Evgeny Bogdanov
Evgeny Bogdanov
Android is in the portrait mode, camera as well. The final picture gets rotated. If I rotate camera into horizontal position, it works ok. same issue on `mdg:camera` any idea...
According to geojson specification, polygon can contain closed Linear rings with 4 or more coordinates. https://tools.ietf.org/html/rfc7946#section-3.1.6  However, the version 0.1.6 allows to create polygons with only 3 coordinates...
We are using setup-gcloud. It works perfectly on linux. However on windows-latest we are having issues with `gsutil` not being found while `gcloud` is working. This is the config that...
The following test works when executed via node (issues an exception), but runs successfully (which is incorrect) with expresso. Any hint why ??? ``` module.exports = { 'test': function() {...