Gianfranco Cecconi
Gianfranco Cecconi
The simple `docker-compose.yml` offered [in the documentation](https://github.com/colonizers/colonizers/blob/master/docker/README.md) fails with the error shown below: ``` (...) colonizers_1 | fs.js:0 colonizers_1 | (function (exports, require, module, __filename, __dirname) { // Copyright Joy...
See below. ``` giacecco@giaceccos-macbookpro:~/Documents/Dico.im/GitHub projects/colonizers/docker$ docker-compose up Starting docker_mongo_1 Starting docker_rabbitmq_1 Creating docker_colonizers2_1 Creating docker_colonizers3_1 Creating docker_colonizers1_1 Pulling nginx (nginx:latest)... latest: Pulling from library/nginx fdd5d7827f33: Already exists a3ed95caeb02: Pull complete...
Colonizers looks fantastic, it would be great if you found a way to make it into a viable project and work on it regularly. In the meantime, I've checked out...
Building the colonizer image I get: ``` In file included from ../lib/kerberos.cc:1:0: ../lib/kerberos.h:5:27: fatal error: gssapi/gssapi.h: No such file or directory #include ```
Coffeescript code like this: ``` arrayOfObjects = [ 'object1property1': "foo" 'object1property2': "bar" , 'object2property1': "foo" 'object2property2': 'object2property2subproperty1': "ba" 'object2property2subproperty2': "r" ] ``` triggers strange syntax errors. On the comma I...
Hi @charlesroper, what you've published is very useful, I've found this by reading the StackExchange thread at http://gis.stackexchange.com/questions/21/ordnance-survey-grids-download-or-generate . The question you put 5 yrs ago was likely the original...
Each tile in the 5km grid is also divided in four 2.5km x 2.5km quadrants with the same name + "ne" for North East, "se" for South East etc. If...
I've read about making autorandr act as a "daemon" at https://github.com/wertarbyte/autorandr/issues/32#issuecomment-49590437 , but I don't know udev enough. Assuming the approach is reliable and worth investing into, would you mind...