Knut Ole Sjøli

Results 25 comments of Knut Ole Sjøli

For many use-cases, it would be enough with simply `flushing` the whole database (or all keys with `prefix`) when `kue.createQueue`. I've used Kue with redis for a couple of years...

I use docker for the redis instance for kue, so actually for me, prod/dev mode doesn't matter too much. Also, for uptime's sake, many are using `forever` for their node...

I'm having the same issue. Seems it's only related to `postgis.input` and `pgraster.input`, as the other modules load fine. What's special about those two? ### Error message in Lambda: ```...

@springmeyer Thanks. I'm getting different results? Using python:3 Docker image:  ```bash knutole@knutole ~/m/m/nodejs> docker run -it -v $PWD:/opt/nodejs -w /opt/nodejs python:3 python3 Python 3.8.1 (default, Jan 3 2020, 22:44:00) [GCC...

@springmeyer Do you have any suggestions of `node-mapnik` binary versions that are liable to work better, against either Node12.x or Node10.x (or even any other Node version)? I'm not sure...

@springmeyer Thanks again. I've added Python3 to the offical `lambci/lambda:build-nodejs12.x` image, which is more or less identical to the Lambda image running on AWS. ```Dockerfile FROM lambci/lambda:build-nodejs12.x RUN yum install...

Brilliant solution that works, here: https://github.com/mapnik/node-mapnik/issues/937#issuecomment-574376206! 💯 Thanks again for your time, @springmeyer. For future reference: I built `node-mapnik#v4.5.6` with a `node:12` Docker image, then used the custom lambci nodejs12...

Building from https://github.com/mapnik/node-mapnik/tarball/master works, and has `mapnik-vector-tile v.1.0.4`. ``` bash npm install https://github.com/mapnik/node-mapnik/tarball/master npm WARN installMany mapnik-vector-tile was bundled with [email protected], but bundled package wasn't found in unpacked tree npm...

Nope, correct version on `mapnik-vector-tile` is installed using `--build-from-source`: ``` bash npm info install [email protected] into /systemapic/dev/node_modules/mapnik` ``` Still fails with same error. npm loglevel silly available [here](https://gist.github.com/knutole/bf2300382491290dfd46).

Any progress on this? Very useful to be able to pass language to tesseract for example.