Norwin
Norwin
isn't the error/success code already represented in the HTTP Statuscode through restify?
This feature should fall back gracefully when no track is ever created by the user. This would be useful for continuously running devices. Options that come to mind: 1. (currently...
sometimes an empty response is returned, sometimes ``` {"code":"InternalServerError","message":"connection 16 to 172.31.46.193:27017 timed out"} ```
Good idea! In my fork - which implements support for mobile sensors - a height coordinate is included. It allows an optional height field in accordance to the new [GeoJSON...
To provide a better bug description: Texts wrapped in ANSI color encoding (in this case also generated via https://github.com/muesli/termenv) incorrectly get linewrapped. After all it may be that this also...
I had the same issue on Fedora 31. I still needed to add `-lpthread` to `LIBS` in `Makefile` to make it work
sure ``` This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by prime_server configure 0.6.5, which was...
``` $ make clean prime_serverd -j8 VERBOSE=1 ⬡ 10.14.1 [±master ✓] test -z "libprime_server.la" || rm -f libprime_server.la rm -rf .libs _libs rm -f *.o test -z "test/zmq.log test/netstring.log test/http.log...
Ah, somehow only `V=1` worked for me (GNU Make 4.2.1): ``` $ make prime_serverd -j8 V=1 g++ -DHAVE_CONFIG_H -I. -I./prime_server -I/usr/include/pgm-5.2 -pthread -I/home/norwin/src/prime_server/prime_server -g -O2 -MT src/prime_serverd-prime_serverd.o -MD -MP -MF...