Brian Reavis

Results 36 comments of Brian Reavis

@hidegh Or: just adjust [`tokenize`](https://github.com/brianreavis/sifter.js/blob/master/lib/sifter.js#L48) to not split on spaces and add a `^` to the beginning of the regexp that it produces.

I think this would be an easy thing to address... might as well. In the meantime, you can always provide a `render.option_create` function in the settings to custom-render that dropdown...

What versions of GDAL/PROJ are you running? ```sh $ gdalinfo --version # GDAL 2.3.1, released 2018/06/22 $ proj # Rel. 5.1.0, June 1st, 2018 ```

@TimJMartin Will you always have postgres on the machine you're trying to use `node-gdal` on, or are you looking for a self-contained build that can work anywhere? For the latter,...

(just referencing this here... forgot it existed: https://github.com/naturalatlas/node-gdal/issues/20)

Have you ever SSH'ed into your instance and run an `npm install`? Have you installed using a different user or used `sudo`? I'd first log into your box and run...

@maxogden Yeah – right now it's all blocking, unfortunately. Excellent point about noting it in the readme.. I'll do that now

I think adding async will probably be a major version bump so I think we can get pretty aggressive with the API for it. In general, it'd probably be good...

@maxogden Yeah, that's the principle. Which point are you addressing?

@tjwebb Unfortunately, no. @brandonreavis and I have been swamped and it's a big undertaking that we haven't had much need for. I think @springmeyer and company are in the same...